Results 1 to 3 of 3

Thread: Configuring IIS 6

  1. #1
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298

    Configuring IIS 6

    Hi

    I have hosted a site on IIS 6. I want to assign some urls to the site for accessing it publicly.

    Here's the structure of the Folders that I have hosted on IIS:

    1. Root Folder --> Default.aspx

    Now, I have a domain name that looks like --> www.xyz.com

    Ideally, I would just enter the main url i.e "www.xyz.com" in the IIS --> Site Properties --> Web Site --> Advanced --> and enter the URL in the Site Identification area with port no. 80.

    But, my current required needs that the above mentioned default.aspx page opens when someone goes to the url of kind --> www.xyz.com/blogs/

    Now, IIS is not letting me make this kind of entry in the Site Identification area.

    So, one of the options is that I should place my website folder with the structure like:
    Root Folder --> blogs --> default.aspx

    But, can this be done, using the IIS?
    CodeNameVirus

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Create a virtual folder under the website in the IIS admin panel. Point the directory to the original files. That should do the trick.
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    it worked. but in the end, it was jst creating folder...doesnt matter to me, as long it doesnt require me to create a folder in my own code.

    Thanks.
    CodeNameVirus

Similar Threads

  1. Configuring UTSTARCOM WA3002G4 Router
    By codenamevirus in forum Hardware
    Replies: 11
    Last Post: October 17th, 2008, 06:17 PM
  2. Configuring Sygate firewall to work with the internet
    By -BladeZ- in forum Firewall & Honeypot Discussions
    Replies: 6
    Last Post: August 27th, 2005, 08:16 PM
  3. Configuring IE Security Zones
    By tonybradley in forum The Security Tutorials Forum
    Replies: 1
    Last Post: March 25th, 2003, 04:57 PM
  4. Configuring Unrealircd
    By jethro in forum Other Tutorials Forum
    Replies: 6
    Last Post: July 7th, 2002, 02:11 AM
  5. The impossible objective, configuring LINUX
    By xposed in forum Newbie Security Questions
    Replies: 4
    Last Post: May 21st, 2002, 02:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •