Click here to Skip to main content
15,922,007 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:47
haleemasher9-Sep-09 18:47 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
Christian Graus9-Sep-09 18:50
protectorChristian Graus9-Sep-09 18:50 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:56
haleemasher9-Sep-09 18:56 
QuestionItemTemplate and EditItemTemplate, Eval and bind Pin
amittinku9-Sep-09 17:58
amittinku9-Sep-09 17:58 
AnswerRe: ItemTemplate and EditItemTemplate, Eval and bind Pin
Christian Graus9-Sep-09 18:01
protectorChristian Graus9-Sep-09 18:01 
QuestionIE8 / tabs / cookies Pin
tagyurit9-Sep-09 13:02
tagyurit9-Sep-09 13:02 
AnswerRe: IE8 / tabs / cookies Pin
Christian Graus9-Sep-09 13:17
protectorChristian Graus9-Sep-09 13:17 
QuestionTrouble deploying ASP.NET application in sub domain Pin
David Mujica9-Sep-09 10:57
David Mujica9-Sep-09 10:57 
Currently I have a web hosting solution with "Network Solutions" and I have various sub domains created there. The web sites are all straight HTML and work perfectly.

Now, I want to deploy an ASP.NET application on one of the sub domains and I'm getting a problem because the code-behind can't seem to find my custom class.

I know that the web-server is running IIS 6.0 and .NET 2.0, and I can verify that it will run a simple .aspx page which has a Page_Load code behind of:

Me.TextBox1.Text = Now.ToLongDateString

When I use the following code, Me.TextBox1.Text = HttpContext.Current.Request.PhysicalApplicationPath.ToString() it returns
"E:\0\0\112\153\275968\user\280245\htdocs\"

The twist is that my "hello.aspx" page is deployed in a sub domain in a folder called, "\htdocs\ppsm". This makes me believe that the \htdocs folder is considered the application root directory.

Question: How can I get an ASP.NET applicaiton deployed in \htdocs\ppsm to find the \htdocs\ppsm\bin folder ? Is there something I can do in the web.config ?

Thanks,
David
QuestionRe: Trouble deploying ASP.NET application in sub domain Pin
Christian Graus9-Sep-09 11:14
protectorChristian Graus9-Sep-09 11:14 
AnswerRe: Trouble deploying ASP.NET application in sub domain Pin
David Mujica10-Sep-09 3:38
David Mujica10-Sep-09 3:38 
QuestionSMS is not deliver Pin
kunal naik9-Sep-09 10:55
kunal naik9-Sep-09 10:55 
AnswerRe: SMS is not deliver Pin
Christian Graus9-Sep-09 11:13
protectorChristian Graus9-Sep-09 11:13 
AnswerRe: SMS is not deliver Pin
Shahdat Hosain9-Sep-09 11:14
Shahdat Hosain9-Sep-09 11:14 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 11:15
protectorChristian Graus9-Sep-09 11:15 
AnswerRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:04
professionalAbhishek Sur9-Sep-09 12:04 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 12:10
protectorChristian Graus9-Sep-09 12:10 
GeneralRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:14
professionalAbhishek Sur9-Sep-09 12:14 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 12:24
protectorChristian Graus9-Sep-09 12:24 
GeneralRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:28
professionalAbhishek Sur9-Sep-09 12:28 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 12:54
protectorChristian Graus9-Sep-09 12:54 
GeneralRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:58
professionalAbhishek Sur9-Sep-09 12:58 
AnswerRe: SMS is not deliver Pin
Shuaib wasif khan9-Sep-09 13:52
Shuaib wasif khan9-Sep-09 13:52 
Questiondeploying asp.net Pin
Shuaib wasif khan9-Sep-09 8:56
Shuaib wasif khan9-Sep-09 8:56 
AnswerRe: deploying asp.net Pin
Christian Graus9-Sep-09 10:13
protectorChristian Graus9-Sep-09 10:13 
Questionasp.net web page timing out... Pin
bnathvbdotnet9-Sep-09 7:13
bnathvbdotnet9-Sep-09 7:13 

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.