Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K
~551 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Bugaya

if your sql server is running on the same box, it won't be a firewall issue, it sounds like you need to check your database permissions. check what account you have visual studio running under and enable this as a user for your database.

Member Avatar for khansa74
0
186
Member Avatar for SiPexTBC

the files are coming up in the code view because you aren't hosting them under a web server, you have simply put them in an ftp site which merely acts more or less as a file server, you need to serve the pages within the context of a web server, …

Member Avatar for adamm84
0
141
Member Avatar for tito_mbo

i'm pretty sure system.web.extension is an ajax dll, be sure you have added the correct references and are importing the assembly correctly.

Member Avatar for adamm84
0
89
Member Avatar for m_saahil

putting sql inline like that is extremely dangerous and not safe at all, i would suggest moving your sql to stored procedures, or at least parameterizing your query, you should also do some back end data verification, e.g. check for nulls, emptry strings, etc.

Member Avatar for adamm84
0
135

The End.