Hello All.......
I am new in Asp.Net Web development & deployment too.........I have created sample SignalR application, it uses js script files, these files work fines with Visual Studio 2012, but when I publish it & deploy on IIS, the script files are not being called, I am giving the path using
what is an ideal way to give the reference of js script file?can anybody help me to resolve this issue?
Thanks in advance
Regards
Loading
MSWeb DeveloperPosted May 14, 2015, 2:52 AM
Thanks for responding............I have already tried both the way you have mentioned, it is not working, any other way to resolve this issue??
Regards
Manoj BhoirPosted May 14, 2015, 2:37 AM
Why you are using Page.ResolveUrl? Just simply use below code :
Or Juse write
Place your mouse pointer on highlighted area (src="") Press Control+Space and use pick url.