Search

You searched for the word(s): userid:62

Matching Posts

  • Re: Failed to map the path ...

    Can you please include the full stack trace of the error (including the version number)?
  • Re: How to deploy a asp.net 2.0 website?

    Hi asatucap, Sorry you are running into problems! I was investigating your report, but need help to reproduce the problem on my machine. I tried: 1) create new IIS web site: "website4" 2) published and copy the results to \Inetpub\wwwroot\ws4 (I did not reuse the 'website4' subdirectory, which already contained the original sources. did you?) 3) made ws4 a web application in IIS and requested http://localhost/ws4/ , which worked as expected. http://localhost/website4/ also works. What am I missing
    Posted to Configuration and Deployment (Forum) by gstasa on 3/12/2006
  • Re: slow initial load times for asp.net 2.0 apps

    Glad to hear you got this resolved with the hoster. Please let us know if you run into more problems.
    Posted to Configuration and Deployment (Forum) by gstasa on 3/8/2006
  • Re: slow initial load times for asp.net 2.0 apps

    Just to confirm whether compilation, JIT-ing or something else is the bottleneck, can you please monitor the following performance counters when you reproduce the problem: Process\% Processor time .NET CLR Jit\% Time in JIT .NET CLR Memory\% Time in GC ASP.Net Applications\Request Execution Time ASP.Net Applications\Compilations Total ASP.Net Applications\Errors during compilation Is the CPU pegged at 100% while the delay occurs?
    Posted to Configuration and Deployment (Forum) by gstasa on 3/1/2006
  • Re: IIS hangs when running a web project

    Hi Marty and phishstick40, Sorry you are running into problems! A couple of questions that might help with diagnosing the problem: - Do you see aspnet_wp.exe starting up in task manager? - Is there anything useful in the event log? - Do you have any data if the problem reproduces with ASP.Net v1.1? If the above doesn't help, our best bet is to attach debuggers and get a stack trace of the thread consuming the CPU. I can compile a set of instructions on how to do this and get back to you. thanks Gjergji
    Posted to Visual Studio 2005 (Forum) by gstasa on 2/9/2006
  • Re: SQL Connection only works on built int web server

    There's one more thing we can try to isolate the problem further: 1) make a backup copy of \WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config 2) notepad \WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config 3) look for <processModel> and add userName="your logged on user name" password="yourpassword" 4) iisreset and see if we can still repro 5) restore machine.config and delete the file with your password This will tell us if the problem is caused by running under
  • Re: SQL Connection only works on built int web server

    Hi Stephen, Sorry to hear you are running into problems! Is there any additional error in the event viewer that might help us diagnose this problem? Also, just to make sure this is not a problem with the Windows firewall, would it be possible to disable the firewall temporarily and see if you can still repro? I have contacted a member of the System.Data team for further assistance. thanks Gjergji
  • Re: web page publish

    Hi Samur, Sorry you are running into problems! The error above looks like it is coming from the web server (IIS) and is caused by an invalid configuration. Can we confirm that requests for .asp/.htm pages in the same application fail the same way? Also would you be able to share some details on the operating system version of the server and how you set it up? Did you change any server settings manually? Probably the easiest way to try to fix this is by uninstalling iis, reinstalling iis and running
    Posted to Visual Studio 2005 (Forum) by gstasa on 1/10/2006
  • Re: Second Try (But dont expect any help here)

    It appears we are now getting a slightly different error: Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase. (The previous one was: Failed to initialize the AppDomain:/LM/W3SVC/1/ROOT) 1) can you please include the full stack trace? 2) is there anything else useful in the eventlog? 3) please run the following command from the command line: "notepad %windir%\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config". Do you see processModel configured
  • Re: Running ASP.NET 2.0 Application on IIS 6.0

    If the file is there, I suspect the ACLs are somehow not set up correctly, which causes the compiler to be unable to open it. Assuming you are running under the default settings (please check the identity w3wp.exe is running as in Task Manager, is it Network Service?), can you try the following command, which should reset the ACLs: \WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ga "Network Service"
    Posted to Installation and Setup (Forum) by gstasa on 1/6/2006
Page 1 of 5 (44 items) 1 2 3 4 5 Next >