Configuration :: Transform Project Less Into Based - Steps To Execute Task?
Oct 27, 2010
What are the steps to execute the task above? the reason I want to do that now is because the web site is ready for deployment and
we would like to deliver it as a DLL. I've heard of [aspnet_merge.exe] but I want to ofuscate my code with a 3rd party tool; and this ofuscator tool only works with Project-based projects.
View 6 Replies
Similar Messages:
May 19, 2010
As mentioned in subject line I'm not able to configure role based website in IIS7. Please find details below.
Environment Details:-
.Net Framework: 3.5
Server: Windows 2008
Webserver: IIS7
Database: SQL Server 2008
Authentication Type: Form Based
Roles/Membership Provider: User defnied.
Problem:-
After setuped my website in iis7 while trying to Login in web page even I entered correct password it says Incorrect password in Login control.After long googling I suspecty that we need to add "Provider to trusted provider" to Authorized provider. I have gone http://www.iis.net/ConfigReference/system.webServer/management/trustedProviders/add but didn't works for me.
Can you anyone please help me in this.
View 8 Replies
Sep 1, 2010
I am creating a feature which will allow users to import data of excel sheet to database.First, data will be imported from excel sheet and will be displayed in a tabular format.User performs a mapping porcess for database fields and click Submit button.Then a stored procedure inserts all the data of each row into more than 15 tables.
Above mentioned process might cause an issue if users import more than 1000 records (they are definitely going to do that. Thats why this entire functionality is intended for).Basically, what I would like to do is, Insert all the rows to a single table (Temp table), have a cloumn in a table which will be a flag and initially, will be set to "Pending".Create a page which will be executed when there are less users accessing the system (Specific time),
This page will see if there are records in a temp table with FLAG "Pending". If yes then it will fetch one record from the table and will insert data of first row into all the necessary tables. After first transaction it will wait for some time and will fetch the second record....This will last until the final row of temp table is reached.
View 3 Replies
May 28, 2010
How to execute asp.NET code in scheduled task of windows?
View 5 Replies
May 24, 2010
Background - I've started with a VS2010 dynamic data project, but now I want to add some other custom pages based on MVC to it. Question - What is the minimum I would need to do to get this non-MVC project to look/act like an MVC project?
View 6 Replies
Mar 3, 2011
I need to implement task based file management engine. See picture:
So, I need to create Transformation Engine and Transformation rules parser. Does something like this already exist?
UPDATE
Input: Some files and metadata.
Output: Some of input files (maybe all, depends on rules) with another folder structure and file names. Xml files can be transformed with xslt to different text files.
View 2 Replies
Apr 21, 2010
Do you guys know Free Task or Project Management Tool written with Asp.NET.
View 1 Replies
Jan 3, 2011
What are the steps followed when we want to purchase our own web server and then host our web applications on it..
View 2 Replies
May 7, 2015
I am brand new to ASP.NET - I actually just finished my first week long class on it last week and now I am back at work trying to use what I learned in class.
On the last day of class we were taught how to deploy an ASP Project to our production server using a wizard in Visual Studio and it worked great. Now, in the real world, I have a development environment on my desktop at work that matches exactly the production environment on my production server. If I make a change to the Default.aspx file on my desktop, do I have to deploy it to my production server using the deployment wizard in Visual Studio or can I just copy the Default.aspx file from my desktop to the production server and replace it? I just don't want to mess up the Project Files and I am not sure if I will if I don't move over everything.
View 1 Replies
Jun 2, 2010
I am trying to use schedule task on the server from the web application hosted in IIS. I have written the code to create Task and passing the valid username/password under which this task needs to run on server. But I get an error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 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.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access. The same code works well with console and windows service and able to create task. I understand that this is security issue. My sample app is attached at: [URL]
View 3 Replies
Jun 23, 2010
I have a web service that I have successfully published locally several times through VS2008. When I attempt to publish this service through VS2010, a dialog window is displayed where you must enter a 'Service URL' and 'Site/Application.' The service URL is not a problem, but what do I enter as a 'Site/Application?'
My entries are as follows:
Service URL: http://localhost/gfIDSProxyAccess/Service1.asmx
Site/Application: localhost/gfIDSProxyAccess
I also tried localhost, gfIDSProxyAccess, www.gfcpa.com, gfcpa.com, www.gfcpa.com/index.html and localhost/gfIDSProxyAccess/Service1.asmx, with and with and without the http://.
View 1 Replies
May 6, 2010
i know some thing about the MVP pattern... but when you want to develop a project(web project) based on the MVP pattern from where we need to start... i mean which component we need to start developing first ...
Model or View or Presenter... what are the points that we need to keep in mind....
View 4 Replies
Jun 3, 2010
I have five(5) asp.net textbox
example: textbox1,textbox2,textbox3,textbox4,textbox5
if (textbox1) has contain some value i need to execute some query and like this i need to check if textbox2 is contain some value and textbox1 is contain some value then i need to execute query based on textbox2... now we left query which has on textbox 1 coz now textbox 2 has value and like this i need to check if textbox3 is contain some value and textbox2 is contain some value and textbox1 is contain some value then i need to execute query based on textbox3...now we left query which has on textbox 1 and 2 coz now textbox 3 has value.
i need to check if textbox4 is contain some value and textbox3 is contain some value and textbox2 is contain some value and textbox1 is contain some value then i need to execute query based on textbox4...now we left query which has on textbox 1 and 2 and 3 coz now textbox 4 has value.
i need to check if textbox5 is contain some value and textbox4 is contain some value and textbox3 is contain some value and textbox2 is contain some value and textbox1 is contain some value then i need to execute query based on textbox5...now we left query which has on textbox 1 and 2 and 3 and 4 coz now textbox 5 has value. so let me know how to achieve this.
View 3 Replies
Mar 21, 2010
I have created 2 projects in a solution. One project contains Asp.net classes with login page and different other pages.
Another project contains a web service.
When I launch the solution(click F6 in visual studio 2008) the login page can access to the method of the webservice. Both projects are launched.
However when i added this 2 projects into IIS and deploy them (with create command) the login page cannot contact the method of the web service. Even though the web service is running because i can acces it manually. But they cannot communicate each other.
View 3 Replies
Aug 17, 2010
I am working on Windows 2008 Server (64-bit). I want to execute my web service as a pure (native) 64 bit service. All the assemblies referred by the web service are currently built as 'AnyCPU'.
When I publish the web service to IIS, and configure it to run under a 64-bit application pool (by setting 'Enable 32-Bit applications' = false), attempt to access the web service gives the error 'Application is not a valid Win32 application' because of a BadImageFormatException. This appears to indicate that somewhere an attempt is being made to load a 32 bit assembly. But the error does not provide any information about which assembly was found with an incorrect format. I have checked all the assemblies in the bin folder using corflags and they are bit agnostic.
I tried using the fusion log and identified a bind failure with VJSharpCodeProvider (though my service is coded only in C#). The runtime is not able to find the VJSharpCodeProvider because it is present in the GAC as an x86 assembly.
Is VJSharpCodeProvider the cause of the problem? I guess this is not the case because of the type of exception (BadImageFormatException). If I am correct, then how do I identify the assembly that is causing this exception?
If I change the property 'Enable 32-Bit applications' to true for the application pool, the service works fine, but I need native 64-bit execution.
View 2 Replies
Apr 14, 2010
I am really face with a difficult problem that i have been battling for the past week. My application requires a login. I am Using asp.Net services (membership and roles) to manage members who login. The application performs very well on my local computer.
However, when i transfered it to my web hosting server (production server), I am faced with this horrible execute permission below
(The EXECUTE permission was denied on the object 'aspnet_Membership_GetPasswordWithFormat', database 'GuardwellProjectDatabase', schema 'dbo'.)
Another issue is that i am using a shared hosting site with my hosting company and on contact them with the problem, the said it is not possible to grant me execution permission.
Server Error in '/' Application.
The EXECUTE permission was denied on the object 'aspnet_Membership_GetPasswordWithFormat', database 'GuardwellProjectDatabase', schema 'dbo'.
Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'aspnet_Membership_GetPasswordWithFormat', database 'GuardwellProjectDatabase', schema 'dbo'.
View 1 Replies
Jun 21, 2010
I am following this link:
http://msdn.microsoft.com/en-us/library/aa701256(office.11).aspx to research on Excel project.
Everything works fine during development. When I publish to local computer IIS, I cannot open the excel file. The error is:
Could not load file or assembly 'DiagramOrder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)
I think it is related to Security Configuration and found this link: http://msdn.microsoft.com/en-us/library/zdc263t0(VS.80).aspx. I use step
To grant full trust to an assembly or folder on your local computer and also
To grant full trust to an assembly or folder on a network computer or mapped drive.
I also refer to
http://msdn.microsoft.com/en-us/library/9w6bd8f1(VS.80).aspx to add Msosec.dll
to have Full Trust.
After all the settings, I do restart computer. All the steps taken just cannot resolve the problem.
I am not try using caspol utility because I think it should same as what I did using UI. Correct me if I'm wrong.
Notes:
- Using ASP .NET Framework v2.0.50727 (.NET Framework 3.5 actually)
- IIS v5.1
View 3 Replies
Jul 13, 2010
I have created a utility method that contains some try/catches in it. In those try/catches I need to redirect the customer using an HttpResponse redirect. I can't seem to figure out how to do this outside a web project. This utility class is referenced from my ASP.NET web project and so I'm just abstracting out some of the code into this utility class so I no longer have the request object.
I know I can use HttpWebRequest object for a lot of web related request tasks outside a web project, but could not seem to get any redirect method there to use after putting in a using System.Net; in my utility class.
View 4 Replies
Dec 29, 2010
I want to implement resource based access in asp.net mvc project.For example i have create employee, edit, delete employee and view employeei want to implement a funcitonality where administrator can assign resources to user for example user with moderator can only view employees and user with administrative priviledge can create, edit, delete and view employees list.How can i implement this functionality?Any articles on internet on this topic?
View 4 Replies
Feb 21, 2011
really don't know if someone else has already written down a question similar to this one. I searched on google but maybe i don't know the right tag to search for.I'd like to project and develop a web-based framework with a number of functionalities like a cms (user management, be able to write articles and so on). The focal point is that i'd like to architect it allowing administrator to activate or disactivate more functionalities by adding a new plugin (ie: he could do that by uploading an xml - as joomla does - or by clicking on 'activate' button - as wordpress does.)
View 1 Replies
Jul 17, 2015
Web hosting provider has set the .net trust level as Medium. so report viewer & crystal reports are not working. it required full trust.so is it possible to execute the reports in medium trust? and how?
ReportDoc.Load(Server.MapPath("~/Reports/Proposal.rpt"));
DataTable dt = cm.DisplayUserInfo("select * from tblProposal_Master where proposal_id='000006'").Tables[0];
ReportDoc.SetDataSource(dt);
CRV.ReportSource = ReportDoc;
CRV.DataBind();
View 1 Replies
Nov 13, 2010
Does anyone know if it is possible to swap the order of text and icon for a treeview in a c#-based asp.net project?
View 4 Replies
Nov 1, 2010
I'm working on a project based on Microsoft Visual Developer 2008 Express Edition, involving web pages and database. I would like to know how I can go live? Can I download the express edition for free? Or is there any runtime program that I can use without having to pay?
View 6 Replies
Jan 13, 2010
I am using ASP.NET 2.0 on IIS6 therefore I can't use system.web.routing. I've tried a few URL rewriters but none did what I wanted.I basically need to transform (read/parse then redirect) URL 1 into 2 with minimum IIS configuration because I don't have the full authority to reconfigure web servers (i.e. ISAP on IIS6 or install 3rd party extensions/libraries). And I can't transform URL into 3 because all the physical links will break. [URL]
View 3 Replies
Nov 4, 2010
i am new with linq and i wanna do something like this in linq:
[Code]....
how can i do this?
View 2 Replies