Hmm ok.. stupid question, how will i put it in my IIS?...:confused: My PrecompiledWeb folder has my aspx files and the bin folder which has the dll. I need the Web Setup Application for this, right? I would like to have a Setup.exe for this so that I can run my Web Application installed on other PCs.. But when I try to add a project output, the only selection is "Content Files".
graced88
Posts
-
Deploying Web Application -
Deploying Web ApplicationHi, I tried publishing my website via the publish option when I right click my web app, it only created the PrecompiledWeb folder... And i dont know what it does, it just contained my files and a new dll file. What is this for?? Anyway, I also tried doing the Web application setup but there was an error. I just installed IIS so that my Setup.exe can run.. It says the installation is incomplete.. Can anyone help me on how to deploy or create a setup for Web Application? Thanks!
-
How do I create Database Script?IT WORKED! thank you! :)
-
How do I create Database Script?really? so i can just save it as db.txt and inside it it will contain: create database myDatabase; use myDatabase; etc. etc.... then i will just type: source db.txt ? Thank you! ;)
-
How do I create Database Script?Hi, how can i create a database script? so that i dont have to copy paste my declarations of creating the database and tables from notepad. Im using MySQL Server 5.0 Thank you!
-
how do i remove "database login" from my crystal report??thank you! it worked. :)
-
how do i remove "database login" from my crystal report??Thank you! That did it! Will it also work if i transfer my application in another PC?
-
how do i remove "database login" from my crystal report??How do i remove this thing! I created my crystal report via the wizard.
-
Including database in the installationi dont know how to do the scripts. can you help me? im going to publish my application thru solution explorer>properties>publish tab
-
Including database in the installationReally?? Bummer. So, the only way around this is to just put all the tables in a text file and just copy-paste it then, huh? X| Thank you :)
-
Including database in the installationHello, How do I include the database that I am using to my VB .NET application? My application and the DB is connected via the ODBC. And i dont want to set up the database in another PC and creating the database and tables, etc... I would like to have the DB, tables, etc setup once my application is installed.. Possible? The database that I am using is mySQL Server 5.0; Driver is: MySQL ODBC 3.51 Driver Visual Studio 2005. And I am planning to publish the application via the publish tab in the properties. Thanks!
-
Publishing application with Crystal ReportHi, I need your help. I'm trying to publish my application using the Publish tab from the Solution Explorer > Properties.. It produced the exe file and everything, and when i tried to install it in another PC, the error shows: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. I was wondering how i could include in the Publish all the necessary files for the Crystal Report? So that if I install it in another PC, only my Setup.exe is needed and no other external installation will be needed. Thank you! Application was developed using Visual Studio 2005 and .Net 2.0 Framework Regards, Grace