Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Saturday, March 31, 2012

Web server is not running ASP.net version 1.1

Hi!
I have installed Visual studio.net on Windows XP 2002, SP 2. IIS is working properly. But when i press Asp.net web application from the new project menue the following message appears on the window:
visual studio.net has detected that the specified web server is not running ASP.Net version 1.1. You will be unable to run Asp.net web application and services.

I am new user of .Net. Can anybody tell me that why am i facing the above message?
Regards,
Mizi.

Try to register asp.net with IIS via the cmd line tool aspnet_iis -i. The cmd should be in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ folder.
Small correction to the above post.. The executable is named aspnet_regiis.exe

Web Server is not running ASP.NET version 1.1?

I've recently installed VS.Net 2003 on a desktop running Windows XP. When
I try to create a new ASP.Net Web Application I get an error message.

'Visual Studio.Net has detected that the specified Web Server is not running
ASP.NET version 1.1. You will be unable to run ASP.Net Web Applications or
Services'

..NET Framework 1.1 is installed. IIS 5.1 is installed a seems to be running
fine.

Any ideas?

TIA ,

LionelGo in to your IIS and look at the properties. In the tab Document make sure
you have default.aspx or any name with .aspx extention. If not then you need
to uninstall framework and reinstall it.

"Lionel" <lslade@.glam.ac.uk> wrote in message
news:u9uGWsrrDHA.2492@.TK2MSFTNGP12.phx.gbl...
> I've recently installed VS.Net 2003 on a desktop running Windows XP.
When
> I try to create a new ASP.Net Web Application I get an error message.
> 'Visual Studio.Net has detected that the specified Web Server is not
running
> ASP.NET version 1.1. You will be unable to run ASP.Net Web Applications
or
> Services'
> .NET Framework 1.1 is installed. IIS 5.1 is installed a seems to be
running
> fine.
> Any ideas?
> TIA ,
> Lionel
Lionel,

If the you do not have default.aspx as Ruslan suggests then you should try
running the command aspnet_regiis -i from the visual studio.net command
prompt (not the regular command prompt) before going through a full
re-install. This will attempt to re-register all .net association with IIS.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche

"Ruslan Shlain" <rshlain@.hotmail.com> wrote in message
news:%23AnQTzrrDHA.4060@.TK2MSFTNGP11.phx.gbl...
> Go in to your IIS and look at the properties. In the tab Document make
sure
> you have default.aspx or any name with .aspx extention. If not then you
need
> to uninstall framework and reinstall it.
>
> "Lionel" <lslade@.glam.ac.uk> wrote in message
> news:u9uGWsrrDHA.2492@.TK2MSFTNGP12.phx.gbl...
> > I've recently installed VS.Net 2003 on a desktop running Windows XP.
> When
> > I try to create a new ASP.Net Web Application I get an error message.
> > 'Visual Studio.Net has detected that the specified Web Server is not
> running
> > ASP.NET version 1.1. You will be unable to run ASP.Net Web Applications
> or
> > Services'
> > .NET Framework 1.1 is installed. IIS 5.1 is installed a seems to be
> running
> > fine.
> > Any ideas?
> > TIA ,
> > Lionel
Try the following URL. It may help.
http://support.microsoft.com/default.aspx?kbid=306005

>--Original Message--
>I've recently installed VS.Net 2003 on a desktop running
Windows XP. When
>I try to create a new ASP.Net Web Application I get an
error message.
>'Visual Studio.Net has detected that the specified Web
Server is not running
>ASP.NET version 1.1. You will be unable to run ASP.Net
Web Applications or
>Services'
>..NET Framework 1.1 is installed. IIS 5.1 is installed
a seems to be running
>fine.
>Any ideas?
>TIA ,
>Lionel
>
>.

Wednesday, March 28, 2012

Web server reported following error... HTTP/1.1 500 Internal Server Error

My server is running Windows 2003. ASP.NET 1.1 is installed and seems to be
working fine but when I try to create a project from VS.NET 2003 I get the
"Web server reported following error... HTTP/1.1 500 Internal Server Error"
message.

I have already read a bunch of posts from others saying to run
aspnet_regiis.exe -i and the like but none of this has worked. Here's what I
have found:

BTW: Each website has its own IUSR account associated with it (i.e.
IUSR_websitename). This may or may not be relevant.

If I run FileMon while I try to create the project, I see that w3wp.exe
tries to access the root directory of the web as follows:

OPEN c:\Domains\website.com - SUCCESS

Then a few lines later I see this:

OPEN c:\Domains\website.com\ - ACCESS DENIED

Note the only difference is the slash. I have made the ASPNET worker process
part of the admin group for the sake of argument but still get the same
results.

Any help is appreciated.I found that if I go to IIS

IIS->Application Pools->DefaultAppPool

which is the app pool my app is sitting in, and change the identity from
Network Service to Local Service, I am able to create my app. However, I
would like to know how to fix this problem without compromising the security
of my server.

Thanks
I ran into the same problem a few weeks ago. Nothing seemed to work
for me, but I finally deleted the ASPNET account using Computer
Management and went through the steps listed here:

http://support.microsoft.com/?id=306005

I hope this helps.

Amaryllis

Web Server Upgrade

hi all,
I installed Visual Studio .NET 2003 and I updated my Windows.
When I tried to open a new project I get an error pop-up saying "Visual Studio .NET 2003 has detected that the specified Web Server is not running ASP.NET v1.1"..
What should I do ?
Do I have to upgrade my web server ?.If so how ?

VarunI had the exact same problem when I started with this. It took a while, but I finally found a place that told me how to fix this. So, I'll be nice and tell you right here:

Admistrative Tool -> Internet Information Services
open local computer then web sites then right click on default web site and select properties
Under the Home Directory tab at the bottom there is a button called Configuration (click that)
The path should be:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
not:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll

if any of them are the second path, change it to the first one.
If that first path is not there, then you don't have the v1.1 framework installed (but I doubt that)

Hope that helps.

--Bryan
Thanks a lot for the reply.
But when I opened IIS I saw a strange thing !.
Under the default web site I am not able to find any .aspx files.
But I have installed Visual Studio.NET (as I checked for the file "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
It is there)
.But IIS does not show any .aspx files' presence at all.
Do you think that my IIS is not properly configured or what do I have to do ?

Varun
Ok, that happened to me as well. You need to install the .NET Framework AFTER IIS. So this just means you need to run the install file for .NET framework again. This will configure IIS to work correctly.

Here is a link:
http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe

--Bryan

web Service

how to call a function from wed services to a windows application?Please explain more about what you want to do. You want to write a Web service that makes a call to a Windows application? What kind of Windows application? What are you trying to do?

Don
donkienly thanks for your reply.Lets make my question more specific.If i would like to do a calculator which is in the windows application where the calculation metod/function are all in the web services.
problems is I already created the web services but i cant call it out from in the windows application,while i write the function name in the windows application it shown me the error that the function is not a member of the web services.how can i avoid it?
Ah, gotcha. Have you added a Web reference to your project, assuiming you are using Visual Studio .NET? If not, you have to do that first, in the Solution Explorer window.

Let me know if you've done that, and we can go from there.

Don
Refer
Link
thanks i managed to fixed it
how if i would like to store the data from the web service to the client database(PDA) where the client is programed in windows application.

Web Service

Hello.
Hello.

I use a web service that I created through a custom
control on a windows form and it works fine. However, if iput this control
on a
webform usinf the <object...classid..> label, i get an security error when i
call the web service
saying:

"The application attempted to perform an operation not
allowed by the security policy. The operation required the
SecurityException. To grant this application the required
permission please contact your system administrator, or
use the Microsoft .NET security policy administration tool.

Request for the permission of type
System,Net.WebPermission..."

What can i do?
I don't know how to explicitly trust the assembly.

ThanksYou'll need to use CASPOL.exe from the command line, or use the
framework configuration UI [1] under the Administrative Tools menu on
the computer.

What I would do is use these tools to grant the additional permissions
through a new code group [2] based on either a strong name or a URL
membership condition. Since URLs can be spoofed I'd suggest you string
name the assembly with your custom control and use the strong name
membership.

--
Scott
http://www.OdeToCode.com/blogs/scott/

[1]
http://msdn.microsoft.com/library/d...mscorcfgmsc.asp

[2]
http://msdn.microsoft.com/library/d...odegroups .asp

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Tue, 30 Aug 2005 09:13:34 +0200, "Aurelio"
<corcharelliARROBAhotmail.com> wrote:

>Hello.
>Hello.
>I use a web service that I created through a custom
>control on a windows form and it works fine. However, if iput this control
>on a
>webform usinf the <object...classid..> label, i get an security error when i
>call the web service
>saying:
>"The application attempted to perform an operation not
>allowed by the security policy. The operation required the
>SecurityException. To grant this application the required
>permission please contact your system administrator, or
>use the Microsoft .NET security policy administration tool.
>Request for the permission of type
>System,Net.WebPermission..."
>What can i do?
>I don't know how to explicitly trust the assembly.
>Thanks

Web Service

Hello.
Hello.
I use a web service that I created through a custom
control on a windows form and it works fine. However, if iput this control
on a
webform usinf the <object...classid..> label, i get an security error when i
call the web service
saying:
"The application attempted to perform an operation not
allowed by the security policy. The operation required the
SecurityException. To grant this application the required
permission please contact your system administrator, or
use the Microsoft .NET security policy administration tool.
Request for the permission of type
System,Net.WebPermission..."
What can i do?
I don't know how to explicitly trust the assembly.
ThanksYou'll need to use CASPOL.exe from the command line, or use the
framework configuration UI [1] under the Administrative Tools menu on
the computer.
What I would do is use these tools to grant the additional permissions
through a new code group [2] based on either a strong name or a URL
membership condition. Since URLs can be spoofed I'd suggest you string
name the assembly with your custom control and use the strong name
membership.
Scott
http://www.OdeToCode.com/blogs/scott/
[1]
http://msdn.microsoft.com/library/d...gm
sc.asp
[2]
http://msdn.microsoft.com/library/d...r />
groups.asp
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 30 Aug 2005 09:13:34 +0200, "Aurelio"
<corcharelliARROBAhotmail.com> wrote:

>Hello.
>Hello.
>I use a web service that I created through a custom
>control on a windows form and it works fine. However, if iput this control
>on a
>webform usinf the <object...classid..> label, i get an security error when
i
>call the web service
>saying:
>"The application attempted to perform an operation not
>allowed by the security policy. The operation required the
>SecurityException. To grant this application the required
>permission please contact your system administrator, or
>use the Microsoft .NET security policy administration tool.
>Request for the permission of type
>System,Net.WebPermission..."
>What can i do?
>I don't know how to explicitly trust the assembly.
>Thanks
>
>

web service 401 unauthorized

I am using Avanade ACA web services which I guess uses .net web
services under the wraps. My requirement is use windows authentication
and allow user identity to pass thru to the web service and then to a
database.
I have two websites in the same box - one is the UI and other is the
webservices. It works when I have anonymous clicked on in the
webservices but it does not work when I switch this off and windows
authentication on. It throws the exception - system.net.webexception
401 Unathorrized.
I have tried using
<system.net>
<defaultProxy useDefaultCredentials="true">
<system.net>
in the web services but with no success. I have also given all
permissions to the Network Service (default app pool identity) for the
file system for the web site.
Now this looks like a common problem with .net web services and I am
not sure what else I can try.
Anyone done this before or have some idea?
Thanks in advance
Kishana Webservice method call simply transmits a SOAP envelope; no windows
credentials are included. So using Windows authentication in the IIS without
some sort of mechanism to transmit credentials as one would get with a norma
l
browser request that knows how to reply to the www-authenticate challenge is
not going to work.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
"kishan.bisht@.gmail.com" wrote:

> I am using Avanade ACA web services which I guess uses .net web
> services under the wraps. My requirement is use windows authentication
> and allow user identity to pass thru to the web service and then to a
> database.
> I have two websites in the same box - one is the UI and other is the
> webservices. It works when I have anonymous clicked on in the
> webservices but it does not work when I switch this off and windows
> authentication on. It throws the exception - system.net.webexception
> 401 Unathorrized.
> I have tried using
> <system.net>
> <defaultProxy useDefaultCredentials="true">
> <system.net>
> in the web services but with no success. I have also given all
> permissions to the Network Service (default app pool identity) for the
> file system for the web site.
> Now this looks like a common problem with .net web services and I am
> not sure what else I can try.
> Anyone done this before or have some idea?
> Thanks in advance
> Kishan
>
On Mar 20, 12:46=A0am, Peter Bromberg [C# MVP]
<pbromb...@.yahoo.NoSpamMaam.com> wrote:
> a Webservice method call simply transmits a SOAP envelope; no windows
> credentials are included. So using Windows authentication in the IIS witho=[/color
]
ut
> some sort of mechanism to transmit credentials as one would get with a nor=[/color
]
mal
> browser request that knows how to reply to the www-authenticate challenge =[/color
]
is
> not going to work.
> -- Peter
> Site:http://www.eggheadcafe.com
> UnBlog:http://petesbloggerama.blogspot.com
> Short Urls & more:http://ittyurl.net
>
> "kishan.bi...@.gmail.com" wrote:
>
>
>
>
>
>
>
> - Show quoted text -
Thanks Peter.
So that means if I need to invoke web services programmatically from
the asp.net I will have to explicitly set user credentials on the SOAP
header.
Is there something built into the framework to do that?
Kishan

Monday, March 26, 2012

web service authentication with active directory

hi!!
i have a windows app that uses web serivces to access data and i use
integrated windows to authenticate.
is it a way to authenticate with users in active directory ?
and how do i do that ?There is already a sample available in Quickstart guide...
http://samples.gotdotnet.com/quicks...reservices.aspx
Regards
Jignesh Desai
www.dotnetjini.com
"Geir Sanne" <GeirSanne@.discussions.microsoft.com> wrote in message
news:749DAF3F-6165-4699-B554-6D6E82DE52A0@.microsoft.com...
> hi!!
> i have a windows app that uses web serivces to access data and i use
> integrated windows to authenticate.
> is it a way to authenticate with users in active directory ?
> and how do i do that ?
hi!!
i tried the guide, but it didnt help me.
ive tried to use WSE and the UsernameTokenManager.
This works fine, except that if i dont pass any UsernameToken to the service
the user is acceptet. You know how to make the webservice call the
UsernameTokenManager even if a UsernameToken isnt passed ?
regards
geir sanne
"Jignesh Desai" wrote:

> There is already a sample available in Quickstart guide...
> http://samples.gotdotnet.com/quicks...reservices.aspx
> Regards
> Jignesh Desai
> www.dotnetjini.com
>

web service authentication with active directory

hi!!

i have a windows app that uses web serivces to access data and i use
integrated windows to authenticate.
is it a way to authenticate with users in active directory ?
and how do i do that ?There is already a sample available in Quickstart guide...

http://samples.gotdotnet.com/quicks...reservices.aspx

Regards
Jignesh Desai
www.dotnetjini.com

"Geir Sanne" <GeirSanne@.discussions.microsoft.com> wrote in message
news:749DAF3F-6165-4699-B554-6D6E82DE52A0@.microsoft.com...
> hi!!
> i have a windows app that uses web serivces to access data and i use
> integrated windows to authenticate.
> is it a way to authenticate with users in active directory ?
> and how do i do that ?
hi!!

i tried the guide, but it didnt help me.

ive tried to use WSE and the UsernameTokenManager.
This works fine, except that if i dont pass any UsernameToken to the service
the user is acceptet. You know how to make the webservice call the
UsernameTokenManager even if a UsernameToken isnt passed ?

regards
geir sanne

"Jignesh Desai" wrote:

> There is already a sample available in Quickstart guide...
> http://samples.gotdotnet.com/quicks...reservices.aspx
> Regards
> Jignesh Desai
> www.dotnetjini.com
>

Web Service Error

When trying to run a windows application on one machine that accesses a web service on another I get the following error message:

client found response content type of 'text/html; charset=utf-8' but expected 'text/xml'

What might this mean?

It's written in visual basic .net.You faced this problem in 2002 i think you must have been over it by now .... as am facing it badly and need its solution as sooon as possible ... Kindly help me out ... you are my last hope...

harris_moin@.hotmail.com
Wow, that was a while ago. I've run into alot of things with web services since then so I'm not sure what my fix was. Describe to me how your system is set up and what you're doing to get that error. I may be able to help from there.
Hmmm ...

Actually i am using asp.net and visual c# in the first page am using popchart control which is working fine in the second page am using snowflake control there its giving me this problem.

Client found response content type of 'text/html', but expected 'text/xml'

On my machine where i have the whole vs.net installed its working fine. But am trying to run it on a machine where i have just installed vs.net framework 1.1 ,,,, with the other softwares i need ... everything seems to be working fine but at snowflake page it gives me this error.

I have xml sdk,popcharts,snowflakes,iis, and a few more things installed on my system to run this application.

Hope this info helps. :)
I actually just duplicated the error. I have an appSettings tag in my Web.Config file that contains a connection string that I use throughout my application. I was able to duplicate the error by removing a double quote from my connectionstring:

<appSettings><add key="ConnectString" value="Server=MyServer;Uid=sa;pwd=;database=MyDatabase"/>

</appSettings>

In this case I removed the double quote after the word 'MyDatabase'. When I tried to run my app I got the same error you're getting. My first instinct without seeing your code is to say that you've got something wrong with your web.config file.

I hope that helps a little.
still no luck :mad: :mad: :mad: :mad: :confused:

Saturday, March 24, 2012

Web service is not running

Hello,

I installed SQL2000, RS2000, and VS.Net to my Windows 2000 Pro PC and did not encounter any error. However right now I am trying to create an ASP.Net application and I get the following error:

"VS.Net has detected that specific web service is not running ASP.Net version 1.1."

What is problem?

Thanks,

Hi there,

What version of asp.net and .Net framework are you running ?
Cheers!

I run this aspnet_regiis.exe -i it soved the problem. Thanks.

Web Service or Windows Service

I'm kinda new to asp.net but I've got a web site that needs to send emails to lots of users at any given moment the administrator wants... it goes like this...

Choose the groups

Check for the users withing the group A,B,C....

Send email...

It takes a lot of time waiting for the process to finish, and I don't want the administrator to sit there the time it takes, so I was wondering if i could use a web service to make all of this happen without the user waiting for the page to refresh, like making a job pool and calling the web service to execute the jobs independently... This process should not return any data to the web page

I don't know if this is possible, I just need to call a process and if the user wants to close the browser, the process must be running within the web service...

If a web service cannot give me that kind of functionality, I know a windows service can, but I don't know how to make the windows service to execute the job i've assigned to it with an asp button click, so far i have found examples of how to execute windows service with its timer, but i need it on demand...

If you could tell me which one is better o which one is possible or whatever helps me thank you

I suspect your time isn't related to the application, but both your code to check the groups and the fact that you're using the built-in SMTP server, which is no speed demon.

Jeff


You should be able to use a web service to get what you want. There are two ways to call a web service function -- either normally, which would return values to the browser (as defined by the service), or you can run the function async. (The web reference to the service creates the async method automatically.)

The web service would be better if you want to use a browser-- there's nothing separate to install, and no configuring the .net runtime security (to access something on the OS like a service). You DO need to worry about other types of security, like who do you want accessing your web service and how should you detect who's accessing it? Web services are public by nature, but you don't want just anyone starting the job routine.

Web Service Question

First you must forgive me because I am new to web services! My question/sit
uation is this. I have a messenger program (Windows Form based) that uses a
web service. Is there any way to check if that web service is online at an
y given time. I have read
where programs that use web services will "hang" if the service goes down.
Is there any way to make sure a web service is up before executing function
calls against it? Please post examples. I love this .NET stuff! C# is ver
y even for a former ja
va guy.
Thank you in advance,
DeanOn Mon, 5 Jul 2004 14:32:01 -0700, Dean Bortell
<DeanBortell@.discussions.microsoft.com> wrote:

>First you must forgive me because I am new to web services! My question/situation
is this. I have a messenger program (Windows Form based) that uses a web service.
Is there any way to check if that web service is online at any given time. I have r
ead
where programs that use web services will "hang" if the service goes down.
Is there any way to make sure a web service is up before executing function
calls against it? Please post examples. I love this .NET stuff! C# is ver
y even for a former j
ava guy.
>
A web service is nothing more than a web page with a well publicized
way of sending and receiving data. Other than just sending something
and seeing what comes back, I dont know of anything else.
Of course, it should be something you can track as well. If you want
to have a client side timeout, you could do so on your side.

Web Service Question

First you must forgive me because I am new to web services! My question/situation is this. I have a messenger program (Windows Form based) that uses a web service. Is there any way to check if that web service is online at any given time. I have read where programs that use web services will "hang" if the service goes down. Is there any way to make sure a web service is up before executing function calls against it? Please post examples. I love this .NET stuff! C# is very cool even for a former java guy.

Thank you in advance,

DeanOn Mon, 5 Jul 2004 14:32:01 -0700, Dean Bortell
<DeanBortell@.discussions.microsoft.com> wrote:

>First you must forgive me because I am new to web services! My question/situation is this. I have a messenger program (Windows Form based) that uses a web service. Is there any way to check if that web service is online at any given time. I have read where programs that use web services will "hang" if the service goes down. Is there any way to make sure a web service is up before executing function calls against it? Please post examples. I love this .NET stuff! C# is very cool even for a former java guy.

A web service is nothing more than a web page with a well publicized
way of sending and receiving data. Other than just sending something
and seeing what comes back, I dont know of anything else.

Of course, it should be something you can track as well. If you want
to have a client side timeout, you could do so on your side.

Thursday, March 22, 2012

Web Service/Page Methods , ASPX page and GridView

We have a Grid View in a page that displays nicely formatted data (a
Status Report).
In another application we are sending out Alert emails {windows app}.

Now I want to attach the content of the Grid View Control (HTML) to
the email.

Is this possible to achieve this with Web Service/Page Method?In article <1187899772.288218.245240@.z24g2000prh.googlegroups. com>,
probashi@.hotmail.com says...

Quote:

Originally Posted by

>
We have a Grid View in a page that displays nicely formatted data (a
Status Report).
In another application we are sending out Alert emails {windows app}.
>
Now I want to attach the content of the Grid View Control (HTML) to
the email.
>
Is this possible to achieve this with Web Service/Page Method?


In a windows app, if you add all of the proper references to the
System.Web DLL's, you can create an instance of the GridView,
programatically set properties/call methods and then call
"RenderControl" to generate the HTML for the control.

--
Patrick Steele (patrick@.mvps.org)
http://weblogs.asp.net/psteele

Monday, March 12, 2012

Web Services on a Windows 2000 IIS 5.x ASP.Net 1.1 works fine but not on 2003

I have web services that have been running fine for 8-9 months. It's hosted
on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.
I moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and suddenly
it's chewing up memory. On the old machine, aspnet_wp.exe would grow but
would level out at about 40MB of memory used. On the new machine, it just
keeps growing and growing.
Anybody got any suggestions on things to look at?
TIA - Jeff.Hello Mufasa,
The only way to understad is profile your web app or to make the memory dump
of your pool and scrutinize it
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
M> I have web services that have been running fine for 8-9 months. It's
M> hosted on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.
M>
M> I moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and
M> suddenly it's chewing up memory. On the old machine, aspnet_wp.exe
M> would grow but would level out at about 40MB of memory used. On the
M> new machine, it just keeps growing and growing.
M>
M> Anybody got any suggestions on things to look at?
M>
M> TIA - Jeff.
M>
Hello Mufasa,
The only way to understand is profile your web app or to make the memory
dump of your pool and scrutinize it
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
M> I have web services that have been running fine for 8-9 months. It's
M> hosted on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.
M>
M> I moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and
M> suddenly it's chewing up memory. On the old machine, aspnet_wp.exe
M> would grow but would level out at about 40MB of memory used. On the
M> new machine, it just keeps growing and growing.
M>
M> Anybody got any suggestions on things to look at?
M>
M> TIA - Jeff.
M>

Web Services on a Windows 2000 IIS 5.x ASP.Net 1.1 works fine but not on 2003

I have web services that have been running fine for 8-9 months. It's hosted
on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.

I moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and suddenly
it's chewing up memory. On the old machine, aspnet_wp.exe would grow but
would level out at about 40MB of memory used. On the new machine, it just
keeps growing and growing.

Anybody got any suggestions on things to look at?

TIA - Jeff.Hello Mufasa,

The only way to understad is profile your web app or to make the memory dump
of your pool and scrutinize it

--
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

MI have web services that have been running fine for 8-9 months. It's
Mhosted on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.
M>
MI moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and
Msuddenly it's chewing up memory. On the old machine, aspnet_wp.exe
Mwould grow but would level out at about 40MB of memory used. On the
Mnew machine, it just keeps growing and growing.
M>
MAnybody got any suggestions on things to look at?
M>
MTIA - Jeff.
M>
Hello Mufasa,

The only way to understand is profile your web app or to make the memory
dump of your pool and scrutinize it

--
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

MI have web services that have been running fine for 8-9 months. It's
Mhosted on a Windows 2000 machine with IIS 5.x ASP.Net 1.1.
M>
MI moved them to a Windows 2003 server with IIS 6.x ASP.Net 1.1 and
Msuddenly it's chewing up memory. On the old machine, aspnet_wp.exe
Mwould grow but would level out at about 40MB of memory used. On the
Mnew machine, it just keeps growing and growing.
M>
MAnybody got any suggestions on things to look at?
M>
MTIA - Jeff.
M>