I got this fileshare program to work once and now I am getting this error:
Server Error in '/FileShare' Application.
--------------------------------------------------------------------------------
Cannot open user default database. Login failed.
Login failed for user 'OSIIT3\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Cannot open user default database. Login failed.
Login failed for user 'OSIIT3\ASPNET'.
Source Error:
Line 73: Catch ex As Exception
Line 74: 'When we call the "Throw" statement, we are raising the error to the global.asax file, which will use the default error handling page to process/display the custom error to the user
Line 75: Throw
Line 76: End Try
Line 77: Return filename
Source File: C:\inetpub\wwwroot\FileShare\App_Code\Dal\Resource DB.
vb Line: 75
Need some help please. I have been pulling my hair out on this for the past 2 days. Now I am doing this all my localhost. would this be better to put it on IIS where I plan to host my website?