Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Noureldin
Starting Member
14 Posts |
Posted - 2005-12-04 : 15:45:31
|
Hello,I am developing aspx applications using MS Visual StudioNow, whenever a web form of mine is ready, I access it using:http://localhost/folderName/formName.aspxand also I can access it through my network address:http://10.0.0.9/folderName/formName.aspxNow what I want to do is to give access to global users to my applications through my IP address (assuming my IP on the internet is 1.2.3.4)I want users to type:http://1.2.3.4/folderName/formName.aspxI already adjusted my router to convert connections targetting port 80 to forward it to my network IP, but what else do I need to set to make it work?Thanks |
|
jhermiz
3564 Posts |
Posted - 2005-12-05 : 08:14:28
|
Few things, check folder permissions, you will need to play around with security. Also what about DSN? You plan to install the DSN features of windows so you can make that a dedicated server? What about a domain name ?Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url] |
 |
|
Noureldin
Starting Member
14 Posts |
Posted - 2005-12-05 : 10:05:51
|
Would you clear the points out?More details abt the DSN because what I want worked before with me without hearing about the DSN?Thanks |
 |
|
Noureldin
Starting Member
14 Posts |
Posted - 2005-12-05 : 16:28:45
|
Ok, somhow I now receive I message: HTTP 501 Not Implemented when logging through my internet IP |
 |
|
|
|
|