Click here to Skip to main content
15,907,910 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: urgent help needed asp.net C# code error Pin
solo_gaurav23-Jul-09 11:15
solo_gaurav23-Jul-09 11:15 
QuestionJust trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 9:10
Jeffrey Webster23-Jul-09 9:10 
AnswerRe: Just trying to get simple app to run on the server Pin
David Mujica23-Jul-09 9:32
David Mujica23-Jul-09 9:32 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 9:48
Jeffrey Webster23-Jul-09 9:48 
GeneralRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 9:59
professionalAbhijit Jana23-Jul-09 9:59 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 10:24
Jeffrey Webster23-Jul-09 10:24 
GeneralRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 10:28
professionalAbhijit Jana23-Jul-09 10:28 
AnswerRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 9:37
professionalAbhijit Jana23-Jul-09 9:37 
If you have developed your web application in VS studio and want to Deploy on server (IIS ) you need to perform the following step.

1. Published your web application from VS.
2. Copy the published folder in C:\initpub\wwwroot
3. Start > Run > inetmgr
4. Click on Default web site
5. You will get the folder of your web application.
6. Right Click on that Folder > Properties
7. In Defult Tab, There is a Create Button. Click on It
8. Goto ASP.NET TAb > Select Proper Framework Version
9. Goto Security Tab > Edit > Select Anonymous
10. Apply > OK
11. Close IIS
12. Open Browser > type http://ipaddress/VirtualDirectoryName/Default.aspx

That's All.
Here is an good Tutorial
Make Sure, IIS is installed in the Server and ASP.NET is registred with IIS.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
When you ask a question, remember to click "Good Answer", If the Answer is helps you.

GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 10:17
Jeffrey Webster23-Jul-09 10:17 
GeneralRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 10:20
professionalAbhijit Jana23-Jul-09 10:20 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 10:26
Jeffrey Webster23-Jul-09 10:26 
GeneralRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 10:30
professionalAbhijit Jana23-Jul-09 10:30 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 11:30
Jeffrey Webster23-Jul-09 11:30 
AnswerRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 11:44
professionalAbhijit Jana23-Jul-09 11:44 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 12:41
Jeffrey Webster23-Jul-09 12:41 
GeneralRe: Just trying to get simple app to run on the server Pin
Jeffrey Webster23-Jul-09 13:18
Jeffrey Webster23-Jul-09 13:18 
GeneralRe: Just trying to get simple app to run on the server Pin
Abhijit Jana23-Jul-09 19:45
professionalAbhijit Jana23-Jul-09 19:45 
QuestionASP authentication for WCF Pin
hb5213421423-Jul-09 6:34
hb5213421423-Jul-09 6:34 
QuestionGridView....Index Out Of Range Exception....PLEASE HELP ! Pin
PDTUM23-Jul-09 6:22
PDTUM23-Jul-09 6:22 
AnswerRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
Abhijit Jana23-Jul-09 10:35
professionalAbhijit Jana23-Jul-09 10:35 
GeneralRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
PDTUM23-Jul-09 10:50
PDTUM23-Jul-09 10:50 
GeneralRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
Abhijit Jana23-Jul-09 11:04
professionalAbhijit Jana23-Jul-09 11:04 
GeneralRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
PDTUM23-Jul-09 11:12
PDTUM23-Jul-09 11:12 
GeneralRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
Abhijit Jana23-Jul-09 11:35
professionalAbhijit Jana23-Jul-09 11:35 
GeneralRe: GridView....Index Out Of Range Exception....PLEASE HELP ! Pin
PDTUM23-Jul-09 11:46
PDTUM23-Jul-09 11:46 

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.