User Access
-
Hi, I developed a web based application in my pc. i want other user access my site. In IIS server what are the steps to be followed ( through intranet). Other than IIS, i have to do anything.. please guide me, thanks, murugavel
-
Hi, I developed a web based application in my pc. i want other user access my site. In IIS server what are the steps to be followed ( through intranet). Other than IIS, i have to do anything.. please guide me, thanks, murugavel
Whats the machine's OS? If XP, better deploy it in a Server since XP does not support more connections (MAX 10 connections is support). Create a website in server and deploy your website there. You could find the deployment steps easily in internet (Google).
Venkatesh Mookkan My: Website | Yahoo Group | Blog Spot
-
Hi, I developed a web based application in my pc. i want other user access my site. In IIS server what are the steps to be followed ( through intranet). Other than IIS, i have to do anything.. please guide me, thanks, murugavel
Here are few steps through which u can access ur application using intranet 1) Open IIS 2) Right Click "Default Website" 3) On properties click New -- Virtual Directory 4) Name the virtual directory (e.g. Hidaya) 5) Browse and select the directory on your harddrive 6) Now set permissions, plz give full permission at this stage - Now the directory is created -Change its properties by right clicking on it -- Properties - In the Application Box name, enter any name ( e.g. xyz) - On ASP.NET Tab, you would see the ASP.NET version, plz select 2.0. Press OK to apply the changes. you can access this website as : http://localhost/DirecotroyName/yourpage.aspx (e.g. default.aspx or index.aspx, whatever the name of your default page is) Try it out else let me know i will guide u further Regards rameez