Web developing in VS.NET
-
Uf.. I'm really tired from VS.NET, can't find anything there and my old projects are not working in .NET :( I have several projects I did using InterDev from VS6. Firstly couldn't open them in .NET so re-created. Now it just not working well, I guess I need to figure out settings, but can't find anything yet. When I navigate to some pages, the browser doesn't show them, but continue to download, looks like there is an error or something, although I'm sure there is no error, since same code is working well on my web site and worked with InterDev fine. If I'll cancel loading the page, I'm not able to use IIS until i'll restart it. Can someone tell me why this happen and how to fix this? Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer
-
Uf.. I'm really tired from VS.NET, can't find anything there and my old projects are not working in .NET :( I have several projects I did using InterDev from VS6. Firstly couldn't open them in .NET so re-created. Now it just not working well, I guess I need to figure out settings, but can't find anything yet. When I navigate to some pages, the browser doesn't show them, but continue to download, looks like there is an error or something, although I'm sure there is no error, since same code is working well on my web site and worked with InterDev fine. If I'll cancel loading the page, I'm not able to use IIS until i'll restart it. Can someone tell me why this happen and how to fix this? Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer
At least found now where the problem is. Maybe someone knows how to fix it? I have such line in the ASP page:
set fso = Server.CreateObject("Scripting.FileSystemObject")
set dir = fso.GetFolder(strCurDir)So exactly on this line IIS stops working. I got no error, nothing. Just IIS stops working at all. Parameter is correct, I gave even Full Access to Internet Guest Account, so security is not a problem... But what? Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer
-
At least found now where the problem is. Maybe someone knows how to fix it? I have such line in the ASP page:
set fso = Server.CreateObject("Scripting.FileSystemObject")
set dir = fso.GetFolder(strCurDir)So exactly on this line IIS stops working. I got no error, nothing. Just IIS stops working at all. Parameter is correct, I gave even Full Access to Internet Guest Account, so security is not a problem... But what? Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer
Ok, just in case if anyone will have such problem, here is explaintation and how to fix it. The problem was (of course) in Norton Antivirus. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295375[^] Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer