|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
From your description "I tried opening default.aspx and no luck I get the text code", I guess that when you navigate to "default.aspx" from your browser, you see the content of the ASPX file. It looks to me that ASP.NET is not configured on your machine. Look at the properties of your virtual directory. do you see the TAB "ASP.NET"? and if yes, do you see the version 2.0 there? If not, you need to go to "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" and run "regiis.exe -i" to configure ASP.NET on your ISS. Hope this helps.
.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, September 10, 2007 1:06 AM
Points: 3,
Visits: 1
|
|
| It wasnt on 2.0. After I made the changes I still see the content of the file. Thanks for you help. I will see if I can get some help from someone that is familiar with asp unless you have other ideas.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
Anyone tried this with SQL 2005 or SQL 2008? I have and it doesn't work as SQL 2005+ does not use SQLDMO.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
I had tested it on SQL Server 2005 while writing the article. Did not test on SQL Server 2008 yet. However, I would expect it to work on SQL Server 2008 as well.
.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
I have a SQL 2008 Dev server setup for any testing I want. If I could just get this app working with SQL 2005 then I would test it fully on SQL 2008
Thanks
Rudy
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
So what is the problem you are facing? Did you get an error?
.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
It work just fine when I select a SQL 200 server but when I select a SQL 2005 the error produced is show below.
Hopefully you or someone can figure this out.
Thanks,
Rudy
------------------------------------------------------
ERROR Exception of type 'System.Web.HttpUnhandledException' was thrown.
at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.databases_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--------------------------------------------------------------------------------
[Microsoft][ODBC SQL Server Driver][SQL Server]To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO).
at SqlAdmin.NativeMethods.ISqlServer.Connect(Object ServerName, Object Login, Object Password) at SqlAdmin.SqlServer.Connect() at SqlWebAdmin.databases.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
I did some search on internet to see there are any references to similar errors. The one given below looks interesting. http://social.msdn.microsoft.com/forums/en-US/sqlsmoanddmo/thread/94f476c9-6d22-44e2-ba15-0786c0dfffaa/
It speaks about two downloads/feature-packs and probably they could help fixing the problem you are facing. Meanwhile, let me try to configure it on another computer and see if I can find some thing that can help you.
regards Jacob
.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
Thanks for all your time and efforts!
Rudy
|
|
|
|