Hi All
I have run into any issue when using Sharepoint Online with a 'AutoHosted' app.
I can publish the client as an App and install it fine. However when going to the app it wrongly points to my localhost.
Then I took a look at packaging the Server side (makes sense) but upon trying this, I recieve this error:
Error 1 Web deployment task failed. (Object of type 'dbFullSql' and path 'data source=|SqlExpressInstanceName|;attachdbfilename=|ApplicationDatabasePath|;integrated security=True;connect timeout=30;multipleactiveresultsets=True' cannot be created. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEPTION_WHILE_CREATING_OBJECT.)
Object of type 'dbFullSql' and path 'data source=|SqlExpressInstanceName|;attachdbfilename=|ApplicationDatabasePath|;integrated security=True;connect timeout=30;multipleactiveresultsets=True' cannot be created. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEPTION_WHILE_CREATING_OBJECT.
The metabase path '|ApplicationDatabasePath|' is not supported. Paths must be of the format '/lm/w3svc/<siteid>/ROOT/...'.
The metabase key '/|ApplicationDatabasePath|/root' could not be found.
Unable to access the IIS configuration system. Please make sure you have IIS 7 (or later) installed.
Retrieving the COM class factory for component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). BusinessApplication.SharePointI've tried the fixes shown here : http://www.iis.net/learn/publish/troubleshooting-web-deploy/web-deploy-error-codes#ERROR_EXCEPTION_WHILE_CREATING_OBJECT.
And tried installing MySQL 5.1 and making sure I have atleast IIS 7 (I have 8). But am running out of ideas?
Any help would be amazing, thank you in advance :)