How To Install Web Application Without The Source Code

Aug 19, 2010

i have a website i wont to sell how i can protected it and install it without the source code is that possible

View 1 Replies


Similar Messages:

Best .net Survey Application With Source Code

Aug 6, 2010

for best Asp.Net survey application with source code - commercial is fine..

View 2 Replies

Clear Cache From Outside Of Application (not Using Source Code)

Mar 16, 2010

I have a asp.net web application and I'm using cache (HttpRuntime.Cache) to save some stuff from db.

I also update db from time to time so that data in db does not match the data in my application's cache.

Is there any way how to clear my application's cache without modifying any source code or republishing the page?

I tried to restart IIS and to clear browsers cache

View 3 Replies

How To Know Websites That Produce Free Source Code For Famous Web Application

Jul 25, 2010

I need to know websites that produce free source code for famous web application

View 2 Replies

Generating Application Form Source Code Of Database Tables

Feb 20, 2011

there are some way of generating the application form source code for an database tables in c#, but i not need a dynamic application form like Scaffolding i need the source code of application form

View 2 Replies

Visual Studio :: Source Code To Display On One Line Instead Of Multiple In Source View?

Nov 1, 2010

how to make my source code to display on one line instead of multiple in source view. The display drives me batty when I'm trying to find something and I would prefer to display across the page instead of multiple lines down the page.

View 2 Replies

Open Source Lead Management System With Source Code?

Sep 6, 2010

asp.net open source Lead management system with source code.

View 9 Replies

Web Forms :: Call A Code Behind Function Form Html Source Code?

Mar 3, 2010

I want to call a function present in code behind from front page (html : source code)

i want to use like this:

Source code

<a href='<%# linkAlpha("B").ToString()) %>' title="B" id="B_List" runat = "server">B</a>

Code Behind

protected string linkAlpha(string value)
{
// /market-research/<%#Eval("customname")%>/
string str = "";
if (Request.Url.DnsSafeHost == "localhost")
{ // /market-reports/<%# Eval("customname")%>/
str = "Alpha_Category.aspx?q=" + value.ToString().Trim();
// Response.Redirect("Alpha_Category.aspx?q=" + value.ToString().Trim());
}
else
{
// str = "/market-reports/" + value.ToString().Trim() + "/";
str = "/Alpha_Category.aspx?q=" + value.ToString().Trim();
}
return str;
}

View 2 Replies

Install An Application On A UNC Path, It's Possible

Aug 18, 2010

I am planning to deploy an ASP.NET application to a UNC path and create a virtual directory that points to the UNC path.For example the location of the ASP.NET application would be:

\server01myFirstApplication
Instead of:
C:InetpubwwwrootmyFirstApplication

View 1 Replies

Install Web Application In A New Website?

Sep 14, 2010

How do I install a web application as a web site in IIS6 using the regular Web Setup Project? I do not want to install the application as a virtual directory in "Default Web Site", but a new web site (and if possible create the site during the installation).

Also, is it possible to select the ASP.Net 4 Application pool as default in the setup wizard?

View 1 Replies

Configuration :: Error Install PHP Application On .net

Mar 10, 2010

Detailed Error Information

Module
IIS Web Core

Notification
Unknown

Handler
Not yet determined

Error Code
0x80070032

Config Error
The configuration section 'connectionStrings' cannot be read because it is missing a section declaration

Config File
\?C:inetpubvhostscno-o.comhttpdocsweb.config

View 2 Replies

Installation :: Install The Web Application Project?

Feb 25, 2010

when i install the setup ,i want to install whereever i want That means ,i want to browse the mycomputer folders

View 2 Replies

Writing Application For Online Install?

Jan 5, 2011

I need to develop a small application, In our office server a folder Soft contains a office.exe software, our office having a own

website, In that website just click the link Install, the office.exe should be install in the browsing system.

View 3 Replies

Accessing An .apsx Page Source Code From Code Behind

Nov 11, 2010

Here is what im trying to do I want to, from my c# code-behind, get the code between 2 <asp:Content> tags that are located in one of my .apsx pages.

View 8 Replies

Install Different Silverlight Application To Desktop Than One That Is Running Currently

Mar 1, 2011

Specifically, I have the main application running in the browser. I would like to offer a link to install a set of tools that provide the user to perform a subset of the functionality provided in the main application. I'd like to have a link that says, "Install Tools," and this would in turn kick off the Out Of Browser installation of the tools, not the main application.

View 1 Replies

Mobiles :: How To Install Any Software For Opening Application In BB

Jun 7, 2010

I installed blackberry VStudio plug-ins but i am not able to run my application in BB simulator. I want install any more software for opening my application in BB.

View 5 Replies

Web Forms :: Install C# Windows Application From Pen Drive

Jul 8, 2013

How to make may software as a portable like when we use a  dongle it automatically install a related software ...

View 1 Replies

Installation :: How To Install To Develope Diff Application Demos Using 3.5,mvc

Aug 6, 2010

i have vs team system 2008 sql server 2005, i dont have template for mvc when i clik on new website or project. providing information that "What to install to develope different application demos using asp.net 3.5,mvc,C#,WCF,WPF"

what are the steps to create best working environment, later i want to add sharepoint

View 1 Replies

.net - Tried To Install VS 2008 On My Different Systems Already Having Framework 2 Installed, It Failed To Install?

Jun 20, 2010

I tried to install VS 2008 on my different systems already having Framework 2 installed, it failed to install. I tried it may a times even on different systems. It runsbut after Serial No. and next i see error .net framework 3.5 installation failed and there down a list of all componetns it shown which have not been attempted. I am going to devlpe the software and without t i can;t do anything..

View 2 Replies

Installation :: Unable To Install .Net Framework 3.5 On Windows Vista - Error Code: 1603

Jul 20, 2010

My laptop is running Windows Vista. I recently upgraded it to Windows Vista SP2 and I am trying to install .Net Framework 3.5 on my laptop and whenever I try to install .Net Framework 3.5 I get the following error (error code - 1603):-

54] Microsoft .NET Framework 3.5 'package': [2] Error: Installation failed for component Microsoft .NET Framework 3.5 'package'.
MSI returned error code 1603
[07/20/10,23:05:11] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.5 'package' is not installed.

View 3 Replies

C# - Web Service Design - Error Code (store In Source Code Or Store In Database?

Jan 19, 2011

Web service error response (code/message etc) would you store it in a database? or would you keep the error response in a method.By the time I'm done with this, there will be hundreds of error response, maybe in the future, thousands? (I dont know yet, depends how large this web service grows).EDIT: error response is the response returned back to the application via the web service, (not to be confused with error logging).

View 1 Replies

Looking For ERP In .net With Source Code.

Jan 11, 2011

any ERP in asp.net with source code.i need to customize it .

View 1 Replies

Looking For Source Code For The ScriptManager?

Feb 27, 2010

I know I can load the symbols for the class but i can't get it to work. I tried everything so i give up.

I only need the code for this class. It's because i am using a custom script manager and i must know how the .net one works.

View 1 Replies

MVC :: Add Source Code To Solution

Jan 12, 2010

Out of all the projects that contribute to MVC, I've added only the System.Web.Mvc project to my solution and I'm having trouble with the compilation of the aspx files. Firstly the page compiler complained that ViewResult<T> (which my View inherits from) was specified in two assemblies - the copy in the source code and the one in the GAC. I fixed this by changing my copy of the source code to a higher version and referencing the different verison within the 'compilation' tag in web.config. (In fact you can just delete the assembley reference altogether and it automatically uses the one in the solution.) Then it complained that Html helper methods couldn't find classes such as 'Controller'. Now I think this is because the official MVC assemblies in the GAC are looking for the correct version of 'System.Web.Mvc' (i.e. the one with the right public key) but my app is no longer referencing it.

I thought I'd fixed this with an assembley redirect to my version of the code but now the View templates are complaining about inheriting from classes that are in an assembley with the wrong public key.So is what I'm doing possible or do I need to be recompiling all of the MVC source code?

View 2 Replies

Configuration :: How To Cenvert .dll To Source Code

Feb 22, 2011

We have some problem in develepment server so we didnt recover the our project source code (asp.net 1.x with C#). now i have downloaded the files from the production server but the production server doesnt have the C# source code. its contain only the .dll file (singe dll file for all the aspx.cs and .cs classes) and design files. we need to update some functionalities in my project,so can i get .aspx.cs and .cs clasess from the project .dll? or how can i modify the clacess without source(.cs,.aspx.cs)?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved