Click here to Skip to main content
16,011,680 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem in implementing sql server connection in windows service Pin
sid22-12-Jun-07 6:23
sid22-12-Jun-07 6:23 
AnswerRe: problem in implementing sql server connection in windows service Pin
kubben3-Jun-07 1:13
kubben3-Jun-07 1:13 
GeneralRe: problem in implementing sql server connection in windows service Pin
sid22-13-Jun-07 21:29
sid22-13-Jun-07 21:29 
GeneralRe: problem in implementing sql server connection in windows service Pin
kubben4-Jun-07 1:34
kubben4-Jun-07 1:34 
QuestionAdmin & user Sections .. how authentication then ????!!!! Pin
devboycpp2-Jun-07 4:45
devboycpp2-Jun-07 4:45 
Questionquota handling in local host as well as web server Pin
ram krishna pattnayak2-Jun-07 3:51
ram krishna pattnayak2-Jun-07 3:51 
QuestionHow can I publish my asp.net website? Pin
Nada Adel2-Jun-07 3:32
Nada Adel2-Jun-07 3:32 
AnswerRe: How can I publish my asp.net website? Pin
doWhileSomething2-Jun-07 6:31
doWhileSomething2-Jun-07 6:31 
The first thing that should be done is set up the target machine/server and ensure the proper framework version, permissions, etc..

Once the site is provisioned on the box, your ftp info will probably give you access to the sites root (if your publishing a new web site) or to a virtual directory (if your publishing a web app/module) or you may have access to everything. In any event you want to upload your site to the ftp path where the website lives.

The web site is typically accessible via a domain name (which you would need to access it), or an IP or some other network address if it will be an intranet application.

Although your question is simple enough, I would think this information and how to set it up would be common knowledge to a person that managed to build a web site via .Net in the first place though.

Also, if your site does not contain a default/index .htm |.html |.asp | aspx you will either need to configure IIS to make your default page "Content.aspx" or set up a redirect to that page from one of the other "default" pages.

To directly access the page in question, the url might look like:
http://www.somedomain.com/contact.aspx

Another thing, assuming your accessing a DB that is not local, you may need to change your connection string(s) in the web.config once or before the app is deployed.

Hope this helps


QuestionGridView not updating Pin
Bajrang Singh2-Jun-07 2:29
Bajrang Singh2-Jun-07 2:29 
QuestionDatagrid paging Pin
Uma Kameswari2-Jun-07 2:12
Uma Kameswari2-Jun-07 2:12 
Questionhow can i open full screen window using response.redirect Pin
koolprasad20032-Jun-07 2:11
professionalkoolprasad20032-Jun-07 2:11 
AnswerRe: how can i open full screen window using response.redirect Pin
Guffa2-Jun-07 5:11
Guffa2-Jun-07 5:11 
Questiongridview + Asp.net 2.0 + c# Pin
ritu43212-Jun-07 1:20
ritu43212-Jun-07 1:20 
Questionwhen i disable controls in the form on client side they get disabled but .. Pin
yogita charhate2-Jun-07 1:12
yogita charhate2-Jun-07 1:12 
AnswerRe: when i disable controls in the form on client side they get disabled but .. Pin
Christian Graus2-Jun-07 1:40
protectorChristian Graus2-Jun-07 1:40 
GeneralRe: when i disable controls in the form on client side they get disabled but .. Pin
yogita charhate2-Jun-07 2:02
yogita charhate2-Jun-07 2:02 
GeneralRe: when i disable controls in the form on client side they get disabled but .. Pin
Guffa2-Jun-07 5:49
Guffa2-Jun-07 5:49 
GeneralRe: when i disable controls in the form on client side they get disabled but .. Pin
yogita charhate3-Jun-07 21:10
yogita charhate3-Jun-07 21:10 
Questiongridview + Asp.net 2.0 + c# Pin
ritu43211-Jun-07 23:39
ritu43211-Jun-07 23:39 
AnswerRe: gridview + Asp.net 2.0 + c# Pin
Bajrang Singh4-Jun-07 21:34
Bajrang Singh4-Jun-07 21:34 
Questionusing activeX control in web app Pin
willsgeorge1-Jun-07 23:30
willsgeorge1-Jun-07 23:30 
QuestionAsp.net web reporting tool Pin
Mahmoud Tahoon1-Jun-07 23:26
Mahmoud Tahoon1-Jun-07 23:26 
Questionregular expression validators Pin
ritu43211-Jun-07 22:19
ritu43211-Jun-07 22:19 
AnswerRe: regular expression validators Pin
Guffa1-Jun-07 22:26
Guffa1-Jun-07 22:26 
GeneralRe: regular expression validators Pin
ritu43211-Jun-07 22:37
ritu43211-Jun-07 22:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.