Chrome loading script twice when manually typing url to move to next page

I am having a bizarre issue that I’m thinking may be a Chrome bug or possibly a bug with Visual Studio. My script is getting loaded twice. To verify the issue I created a test script that sets a cookie with a timestamp to show the code is getting appended twice. If I navigate to the page via a hyperlink it works fine. Also if I hit the back and forth buttons it also works fine — but if I manually type the url for the second page in the browser it calls the script twice.

Unable to Auto-Create ASPNETDB.MDF – Visual Web Developer Express 2008 / SQL Express 2008

I Recently began learning ASP.net / SQL. I Installed Sql Server 2008R2 Express Edition; and Visual Web Designer 2008 Express Edition. I recently tried to create a login page and was unsuccessful; any help would be appreciated. I tried by taking the following steps:

-Create New WebSite
-Go to design view
-Drag “login status” into design view; Drag “Login” control onto design view as well;
-In Web.config I changed the authentication to “forms” (didnt add anything else)
-Run the page without debug / Type in any information in the login to have a “ASPNETDB.MDF” file automatically created into my “app_data” folder;
and i receive the error below.

Scheduled Mail in asp.net

Hai Guys,
My application deals scheduled mail concept (i.e) every morning 6.00 am my users gets a remainder mail about their activities for the day… I dont know how to do this…. Many told use windows service but i will host my website on a shared server i may not get rights to do windows service… Is there any dll for sending mails at a schduled time through asp.net application ..please help me out guys……