You have to register your server's IP with your DNS server. In the DNS server, you have to have an alias point at your server and then add a host header to IIS on the server.
Mark as answer posts that helped you.
Marked as answer by bbcompent1 on Nov 13, 2012 05:38 PM
Unfortunately, you can't as the VWD Web server isn't designed for that. You could do this however with IIS Express. For that configuration, you'll need to post those questions in the IIS Forums at
http://forums.iis.net
Mark as answer posts that helped you.
Marked as answer by bbcompent1 on Nov 13, 2012 05:38 PM
Description:
An error occurred while accessing the resources required to serve this request. You might not have permission to view the requested resources.
Error message 401.3:
You do not have permission to view this directory or page using the credentials you supplied (access denied due to Access Control Lists). Ask the Web server's administrator to give you access to 'C:\inetpub\wwwroot\project'.
Most likely causes:
The user authenticated by the Web server does not have permission to open the file on the file system.
If the resource is located on a Universal Naming Convention (UNC) share, the authenticated user may not have sufficient share and NTFS permissions, or the permissions on the share may not match the permissions on the physical path.
Error message 401.3:
You do not have permission to view this directory or page using the credentials you supplied (access denied due to Access Control Lists). Ask the Web server's administrator to give you access to 'C:\inetpub\wwwroot\project'.
You are getting that because you havent' given the User Group "Users" read and list permissions in your project folder. The only one who can access your folder is you. Right click the folder, click Properties, Security, add Users to the folder and give them
Read & List.
gitaspr
0 Points
118 Posts
give url to my website
Nov 13, 2012 01:50 PM|LINK
i want to give url i.e www.xample.com so that the home page pf my website will run using asp development server
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: give url to my website
Nov 13, 2012 03:32 PM|LINK
You have to register your server's IP with your DNS server. In the DNS server, you have to have an alias point at your server and then add a host header to IIS on the server.
gitaspr
0 Points
118 Posts
Re: give url to my website
Nov 13, 2012 04:47 PM|LINK
i m using web developer 2008 n it has asp develoment server so i hv not activated iis server using asp development server how can i register
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: give url to my website
Nov 13, 2012 05:01 PM|LINK
Unfortunately, you can't as the VWD Web server isn't designed for that. You could do this however with IIS Express. For that configuration, you'll need to post those questions in the IIS Forums at http://forums.iis.net
gitaspr
0 Points
118 Posts
Re: give url to my website
Nov 13, 2012 05:59 PM|LINK
i added iis server but then i got this error
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. You might not have permission to view the requested resources.
Error message 401.3: You do not have permission to view this directory or page using the credentials you supplied (access denied due to Access Control Lists). Ask the Web server's administrator to give you access to 'C:\inetpub\wwwroot\project'.
Most likely causes:
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: give url to my website
Nov 13, 2012 06:16 PM|LINK
You are getting that because you havent' given the User Group "Users" read and list permissions in your project folder. The only one who can access your folder is you. Right click the folder, click Properties, Security, add Users to the folder and give them Read & List.
gitaspr
0 Points
118 Posts
Re: give url to my website
Nov 15, 2012 05:00 AM|LINK
as you said i have changed the security settings still i got this error
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: give url to my website
Nov 15, 2012 11:21 AM|LINK
Have you tried the possible solutions that the error page suggests?
gitaspr
0 Points
118 Posts
Re: give url to my website
Nov 15, 2012 12:24 PM|LINK
yes i hv tried but right now i got this error
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: give url to my website
Nov 15, 2012 12:28 PM|LINK
You have to give the Anonymous or Everyone user at least read permissions to the folder in Windows Explorer.