I am building a vb.net application that accesses a database and would like the client to access this application(which is on the sever) using a browser. How to do that?How to access a vb.net application on the server from a browser on the client?
Develop the Vb.net -%26gt; webapplication. Its staright forward.
Create Virtual Directory in IIS and map with vb.net Application.
if the client %26amp; server are in same system means then url will be similar to the one.
http://localhost/%26lt;virtual dir name%26gt; --%26gt; give in the browser.
if the client %26amp; server are different then the url path will be
http://%26lt;servername%26gt;/%26lt;virtual dir name%26gt;/
No comments:
Post a Comment