Tuesday, December 8, 2009

Publishing site/connection string

site:
http://hydra.csit.parkland.edu/(application-YourInitials)/

i.e.

http://hydra.csit.parkland.edu/DataTableSQL-Cdey/


connection string: (inside web.config)

(appSettings)
(add key="ConnectionString"
value="packet size=4096;user id=student; password=fall2009;data source=hydra; integrated security=SSPI; persist security info=false; initial catalog=DotNetTwitter"/)
(/appSettings)

also make these changes to your web.config, if these lines already exist, change their values, else add them:
(customErrors mode="Off"/)

(compilation debug="true")

NOTE: REPLACE Parenthesis w/ Greater Than/Less Than signs

No comments:

Post a Comment