-
Posted to
ASP.NET Administration
by
sontek
on
12-07-2006, 11:46 AM
Thanks that looks like it'll work. Do you know if there is a way to define the application pool for it too? The main website has the app pool I want but the individual apps underneath it do not.
-
Posted to
ASP.NET Administration
by
sontek
on
12-06-2006, 7:05 PM
Well, It might do it in 2000 too, I run all 2k3 here. The other issue you will see is if you are running .net 1.1 and .net 2.0 code you'll want to create different application pools for each
-
Posted to
ASP.NET Administration
by
sontek
on
12-06-2006, 12:58 PM
Is there a way to loop through all applications in IIS and set them to .net 1.1? Somehow they all got converted to 2.0 when I installed it and now all my sites are down and its going to take forever to go in there and change each one manually
-
Posted to
ASP.NET Administration
by
sontek
on
12-06-2006, 12:49 PM
This issue comes up in 2003 because after you install ASP.NET 2.0 it disables it in the Webservices Extensions, If you enable it then it should work just fine
-
Posted to
Security
by
sontek
on
07-19-2006, 1:03 PM
Ok. I found the solution. The execution type needs to be set to ''none'' not script/executables. It still did not solve the problem for my one application but I created a brand new one and it worked, so I had something configured wrong
-
Posted to
Security
by
sontek
on
07-19-2006, 12:38 PM
Hey, How do you get IIS to allow running of .EXE files like http://localhost/file.exe ? Right now i'm getting a 404 error even though the file is there and the application is setup to allow executation of scripts and executables.
Thanks for any help!
oh, and the mimetype is setup to be octet stream
-
Posted to
Setup & Migration
by
sontek
on
07-07-2006, 6:53 PM
I found a little tool called IISSYNC.EXE in %SYSTEMROOT%/System32/inetsrv that seemed to do the basic job. But I was wondering if there is a way to massively change every applicationt o have a different default page. We're changing every startup page for the applications on this server.
Thanks!
-
Posted to
Setup & Migration
by
sontek
on
07-07-2006, 6:36 PM
Tomorrow afternoon we're migrating all our web applications (asp .net 1.1) over to a new faster web server. The problem is we create custom web registration sites for multiple companies and have over 200 web applications to move over. I was wondering if there was an easy way to mainstream ...