TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
scampercat
NA
189
0
C# 2010 using iis
Jul 1 2012 5:28 PM
This is the first time I am working with a C# 2010 web form application that runs on iis 7. I would like to know what the directory path difference is for local iis versus iis pointing to the root directory
Is the reference for:
a. local iis look like http://localhost:4040 where 4040 is the port number? or is the path http://localhost/sup where sup is a directory path?
If I am wrong, can you tell me what the directory path is for local IIS? Also can you explain why that is directory path to use?
b. Can you tell me how to refer to the root directory for the web form application in IIS 7.?
Reply
Answers (
2
)
Error in global.asax in url routing
C# web assembly