Accessing my ASP pages from other PC
-
Hi Guys, I had finished developing my asp pages and I would like to put it on a common pc so that the rest of the users can access these pages. I am using ASP.net 2005 with dotnet framwork 2. May I know what configuration do I need to do on the pc that my asp pages resides? Thank you so much in advance for the help :) Regards, Aaron Neo
-
Hi Guys, I had finished developing my asp pages and I would like to put it on a common pc so that the rest of the users can access these pages. I am using ASP.net 2005 with dotnet framwork 2. May I know what configuration do I need to do on the pc that my asp pages resides? Thank you so much in advance for the help :) Regards, Aaron Neo
all the PCs should be in network. and if u want to access u r application from server PC, in the clint PC u have to give link like this http://ip address of server (or)server name/u r application name/ i hope this will help u...:-O
Pradeep Reddy
-
all the PCs should be in network. and if u want to access u r application from server PC, in the clint PC u have to give link like this http://ip address of server (or)server name/u r application name/ i hope this will help u...:-O
Pradeep Reddy
-
HI, Thank you for your reply but I have tried that...It can't work..And how do I open a port on other pc? I installed Visual Studio on my pc and thats why a port is opened for me. If I do not install Visual Studio, what am I suppose to do?
AaronNeo wrote:
It can't work
What the problem?
AaronNeo wrote:
And how do I open a port on other pc?
No need...the webserver does that for you
AaronNeo wrote:
If I do not install Visual Studio, what am I suppose to do?
To deploy,...no need to install VS << >>
-
HI, Thank you for your reply but I have tried that...It can't work..And how do I open a port on other pc? I installed Visual Studio on my pc and thats why a port is opened for me. If I do not install Visual Studio, what am I suppose to do?
Hi, I think IIS should be installed in your server. Use publish web site in build menu. specify a folder in target location copy that folder to C:\inetpub\wwwroot give web sharing for the folder. then try http://yourservername/foldername/loginpage.aspx
To succeed, we must first believe that we can. Sherin Iranimose
-
HI, Thank you for your reply but I have tried that...It can't work..And how do I open a port on other pc? I installed Visual Studio on my pc and thats why a port is opened for me. If I do not install Visual Studio, what am I suppose to do?
after deploying u r application on windows server(iis) no need of .net installed on u r client PC and also in u r server pc, but in server PC .net frame work should be installed. and if u want to access u r application which is deployed in the server system from client PC u have to give the server PC ip address or server PC name must and should, it will work.....:-O
Pradeep Reddy
-
Hi Guys, I had finished developing my asp pages and I would like to put it on a common pc so that the rest of the users can access these pages. I am using ASP.net 2005 with dotnet framwork 2. May I know what configuration do I need to do on the pc that my asp pages resides? Thank you so much in advance for the help :) Regards, Aaron Neo
1. Install IIS 2. Create a virtual directory in the iis websites/default websites and it should point to your home page directory. Keep your home page name as default.html or index.html. Eg:- MyHome 3. Desable firewalls if any. 4. Use http:///MyHome from remote machine
Gg
-
AaronNeo wrote:
It can't work
What the problem?
AaronNeo wrote:
And how do I open a port on other pc?
No need...the webserver does that for you
AaronNeo wrote:
If I do not install Visual Studio, what am I suppose to do?
To deploy,...no need to install VS << >>
Hi, I have copied my files into inetpub/wwwroot and enable websharing. I then entered the address http://localhost/bh/index.aspx but the page still cannot be displayed out. Do I need to specify any port such as locahost:8080 ?? I can't seemed to get it working... *headache.