|
| |
|
|
Long Island Lune
Posts: 2340 Joined: 6/8/2002 From: New York Status: offline
|
IIS and Global.asa? - 11/30/2003 4:16:00
Hi All, I'm trying to convert one of my sites from my Win 98 SE PWS to XP IIS. When I test the site locally on IE6 I get the following error: HTTP Error 500-15 - Requests for global.asa not allowed Internet Information Services Can anyone tell me what that means? Thanks, LLLuneeeee
_____________________________
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS and Global.asa? - 12/1/2003 15:31:12
That's a normal error if you are trying to directly access global.asa from the browser.
_____________________________
====== Doug G ======
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS and Global.asa? - 12/2/2003 22:22:53
The default web folders will be c:\InetPub\wwwroot\ If you put a file there like index.html and point your browser to http://localhost/index.html IIS should serve your page. global.asa belongs there for the root web. If you make additional web applications, you can physically locate the files anywhere, but you need to open the IIS service manager (found in control panel - administrative tools) and create a new virtual directory under the default website, and point that virtual directory to the physical folders. Easiest is to put the virtual directory files under c:\InetPub\wwwroot\mySubWeb You can also turn your virtual directory into a web application using the IIS manager. Open the properties page to find the web application "Create" button. Any global.asa file in a subweb application will operate independently from the root web. Using tools like FrontPage or InterDev makes it easier to create web applications, these programs automatically do all the work for you.
_____________________________
====== Doug G ======
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS and Global.asa? - 12/10/2003 19:57:45
quote:
Did you have any existing site projects on your computer that were created before you got XP -that work in IIS? Yes Have you used the IIS service manager to create or re-create any virtual directories? I almost always use FrontPage or InterDev to create virtual directories/web applications but when I updated W2K to XP I didn't have to do anything to IIS, the existing webs were all present and accounted for.
_____________________________
====== Doug G ======
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|