Click here to Skip to main content
15,901,505 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: One on one chat application Pin
Anurag Gandhi22-Aug-14 3:32
professionalAnurag Gandhi22-Aug-14 3:32 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 5:20
Otekpo Emmanuel21-Aug-14 5:20 
AnswerRe: Sql delete statement Pin
ZurdoDev21-Aug-14 7:36
professionalZurdoDev21-Aug-14 7:36 
AnswerRe: Sql delete statement Pin
Anurag Gandhi22-Aug-14 3:35
professionalAnurag Gandhi22-Aug-14 3:35 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 4:16
Otekpo Emmanuel21-Aug-14 4:16 
AnswerRe: Sql delete statement Pin
Richard Deeming21-Aug-14 4:20
mveRichard Deeming21-Aug-14 4:20 
GeneralRe: Sql delete statement Pin
PIEBALDconsult21-Aug-14 4:23
mvePIEBALDconsult21-Aug-14 4:23 
QuestionIssues on the IIS Deployment on an ASP.NET 4.5 Pin
Vimalsoft(Pty) Ltd21-Aug-14 1:43
professionalVimalsoft(Pty) Ltd21-Aug-14 1:43 
Good Day All

i have an asp.net 4.5 application. i have hosted it on IIS 7.5 in Windows Server 2008. My application has different folders within it and some are for JS and some are for CSS and etc.. and they are inside a directory named "Shared" in my problem and most of the things especially the css , images etc they are reference like this

<link href="../Shared/assets/css/bootstrap.css" rel="stylesheet"/>



HTML
<link rel="apple-touch-icon" sizes="57x57" href="../Shared/assets/ico/apple-touch-icon-57x57.png">


now when i host this Project i have issues with CSS and images because they are not retrieved. i use Fiddler to check what is happening and i realised that after i hosted the application now Fiddler reports a 404 error on the following path


http://myiisreserver/Shared/assets/css/bootstrap.css


there are many of them , this is just an Example. now you can see it it can see the server , but instead of adding my Application or website name , it add the Directory within my application. So basically it should look like this


http://myiisreserver/MyWebapplication/Shared/assets/css/bootstrap.css

What could be the Problem.


Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa[at]dotnetfunda.com
http://www.Dotnetfunda.com

AnswerRe: Issues on the IIS Deployment on an ASP.NET 4.5 Pin
ZurdoDev21-Aug-14 8:04
professionalZurdoDev21-Aug-14 8:04 
AnswerRe: Issues on the IIS Deployment on an ASP.NET 4.5 Pin
jkirkerx21-Aug-14 9:30
professionaljkirkerx21-Aug-14 9:30 
GeneralRe: Issues on the IIS Deployment on an ASP.NET 4.5 Pin
Vimalsoft(Pty) Ltd21-Aug-14 9:38
professionalVimalsoft(Pty) Ltd21-Aug-14 9:38 
GeneralRe: Issues on the IIS Deployment on an ASP.NET 4.5 Pin
jkirkerx21-Aug-14 10:03
professionaljkirkerx21-Aug-14 10:03 
GeneralRe: Issues on the IIS Deployment on an ASP.NET 4.5 Pin
Vimalsoft(Pty) Ltd21-Aug-14 10:27
professionalVimalsoft(Pty) Ltd21-Aug-14 10:27 
QuestionString compare Pin
byka20-Aug-14 8:01
byka20-Aug-14 8:01 
AnswerRe: String compare Pin
Richard Deeming20-Aug-14 9:14
mveRichard Deeming20-Aug-14 9:14 
AnswerRe: String compare Pin
Snehasish_Nandy21-Aug-14 0:57
professionalSnehasish_Nandy21-Aug-14 0:57 
AnswerRe: String compare Pin
Sibeesh KV29-Sep-14 1:29
professionalSibeesh KV29-Sep-14 1:29 
Questionasp.net ValidatorCalloutExtender unhandled exception error Pin
murali_utr20-Aug-14 3:00
murali_utr20-Aug-14 3:00 
AnswerRe: asp.net ValidatorCalloutExtender unhandled exception error Pin
Richard MacCutchan20-Aug-14 3:11
mveRichard MacCutchan20-Aug-14 3:11 
GeneralRe: asp.net ValidatorCalloutExtender unhandled exception error Pin
murali_utr20-Aug-14 3:32
murali_utr20-Aug-14 3:32 
GeneralRe: asp.net ValidatorCalloutExtender unhandled exception error Pin
Richard MacCutchan20-Aug-14 3:40
mveRichard MacCutchan20-Aug-14 3:40 
GeneralRe: asp.net ValidatorCalloutExtender unhandled exception error Pin
murali_utr20-Aug-14 4:19
murali_utr20-Aug-14 4:19 
Questiondisappearing cookies Pin
Ali Al Omairi(Abu AlHassan)18-Aug-14 2:13
professionalAli Al Omairi(Abu AlHassan)18-Aug-14 2:13 
SuggestionRe: disappearing cookies Pin
ZurdoDev18-Aug-14 8:33
professionalZurdoDev18-Aug-14 8:33 
GeneralRe: disappearing cookies Pin
Ali Al Omairi(Abu AlHassan)18-Aug-14 21:01
professionalAli Al Omairi(Abu AlHassan)18-Aug-14 21:01 

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.