Click here to Skip to main content
15,915,600 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to change datafield property of a boundfield in a gridview Pin
saini arun24-Sep-07 18:17
saini arun24-Sep-07 18:17 
QuestionHow AJAX file Used in .Net Pin
varma penmatsa24-Sep-07 2:29
varma penmatsa24-Sep-07 2:29 
AnswerRe: How AJAX file Used in .Net Pin
Guffa24-Sep-07 2:41
Guffa24-Sep-07 2:41 
QuestionWeb Service Project Build Events Pin
originSH24-Sep-07 2:12
originSH24-Sep-07 2:12 
QuestionPublish the Project of site Pin
.NET- India 24-Sep-07 2:08
.NET- India 24-Sep-07 2:08 
AnswerRe: Publish the Project of site Pin
saini arun24-Sep-07 18:21
saini arun24-Sep-07 18:21 
GeneralRe: Publish the Project of site Pin
.NET- India 24-Sep-07 18:47
.NET- India 24-Sep-07 18:47 
GeneralRe: Publish the Project of site Pin
saini arun24-Sep-07 19:02
saini arun24-Sep-07 19:02 
Sorry! I wrote it for .net2.0

In ASP.Net1.1 you need to make a build of your site. Just follow these steps...

1. Open the project for which you want to publish.
2. Goto File menu-> Add Project-> New Project-> Select "Setup & Deployment" from left pane and then select "Web Setup Project" from right.
3. Specify the name(for eg. MySetup) and location(say d:\setups) where ever you want and click OK.
4. Now, look into the solution explorer. Another node named "MySetup" shd get added in the bottom of your solution explorer tree.
5. Now right click on "MySetup" and click on Add and then "Project Output".
6. Select "Primary Output" and "Content Files" from the menu and click Ok.
7. Now click on Build from menu bar of visual studio and select "Configuration Manager".
8. You can see an entry for "MySetup" along with your actual project.
9. Set configuration to "release" for "MySetup" and click OK.
10. Now rebuild your solution.
11. After successful rebuild, goto "d:\setups" you can find a folder named "MySetups" out there.
12. Go inside that folder. There should be a folder named "Setup". You can find one .exe and one .msi files inside setup folder.
13. Now you just need to run that .exe file and install your project in wwwroot folder of your system.
14. Now you have installed your project and compiled files can be found in wwwroot folder.
15. you just need to upload these compiled files.

-----------------------------------------------
Best of Luck Smile | :)

“The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep.”

GeneralRe: Publish the Project of site Pin
.NET- India 24-Sep-07 20:43
.NET- India 24-Sep-07 20:43 
GeneralRe: Publish the Project of site Pin
saini arun24-Sep-07 20:46
saini arun24-Sep-07 20:46 
QuestionData view problem Pin
Shaurya_Rastogi24-Sep-07 2:03
Shaurya_Rastogi24-Sep-07 2:03 
AnswerRe: Data view problem Pin
kubben24-Sep-07 3:17
kubben24-Sep-07 3:17 
GeneralRe: Data view problem Pin
Shaurya_Rastogi24-Sep-07 18:38
Shaurya_Rastogi24-Sep-07 18:38 
GeneralRe: Data view problem Pin
kubben25-Sep-07 0:30
kubben25-Sep-07 0:30 
GeneralRe: Data view problem Pin
Shaurya_Rastogi25-Sep-07 0:38
Shaurya_Rastogi25-Sep-07 0:38 
GeneralRe: Data view problem Pin
kubben25-Sep-07 0:50
kubben25-Sep-07 0:50 
QuestionMy Web site not shown in search engines Pin
g_f_r24-Sep-07 2:03
g_f_r24-Sep-07 2:03 
AnswerRe: My Web site not shown in search engines Pin
Brent Lamborn24-Sep-07 3:38
Brent Lamborn24-Sep-07 3:38 
QuestionRe: My Web site not shown in search engines Pin
g_f_r24-Sep-07 7:18
g_f_r24-Sep-07 7:18 
AnswerRe: My Web site not shown in search engines Pin
Brent Lamborn24-Sep-07 7:34
Brent Lamborn24-Sep-07 7:34 
AnswerRe: My Web site not shown in search engines Pin
Pete O'Hanlon24-Sep-07 9:51
mvePete O'Hanlon24-Sep-07 9:51 
AnswerRe: My Web site not shown in search engines Pin
random423-Apr-09 19:10
random423-Apr-09 19:10 
Questionstrong names [modified] Pin
Sonia Gupta24-Sep-07 1:34
Sonia Gupta24-Sep-07 1:34 
AnswerRe: strong names Pin
pmarfleet24-Sep-07 10:11
pmarfleet24-Sep-07 10:11 
QuestionVB.NET designer error Pin
codelinks24-Sep-07 1:15
codelinks24-Sep-07 1:15 

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.