Questions tagged as 'asp'

0
answers

In ASP, C #, IIS, LDAP capture the user of a domain in another intranet web server

I've seen this on the internet, it looks like what I want but it has not been answered: link Similar : "Good, I have a web application made with ASP.NET and C #. The application will be deployed in an IIS 7. This application can acce...
asked by 12.10.2017 / 18:12
0
answers

Log in with Facebook with OAuth in asp mvc

I have configured the login to a ASP MVC web application with facebook , twitter , G + and Microsoft , but facebook stopped working. I read that facebook changed some things, they know if there is a way to solve the problem and if I c...
asked by 27.06.2017 / 18:51
1
answer

Jenkins and MsBuild with a MVC website

Good, I would like you to help me with the Jenkins continuous integration tool, but above all the problem I have is with the msbuild.  I have a web in asp with nuget packages that in the VS compiles and publishes perfectly nevertheless with the...
asked by 07.04.2017 / 14:18
0
answers

How do I simulate a page in the Global.asax?

The final goal I want is to get a request (eg: Pepe.aspx) and execute a C # method directly. I already achieved it but the HttpContext has the session in null (I know because it is in null) In the global.asax I put: protected void Applica...
asked by 18.03.2017 / 01:11
1
answer

No files are loaded with fileupload aspx control

I have a doubt, there is control <asp:FileUpload ID="ImagenArchivo" AllowMultiple="true" runat="server" Width="132px" /> and it has activated the selection of multiple files but when I get that information in my code vb only takes...
asked by 07.07.2017 / 15:58
0
answers

Pass a variable already stored, to another page in the same website in asp.net

I have a variable that I receive from a login.aspx page, on the login page I consult a webservice that returns a token, said token sent it to a masterpage, where it is validated, if it is valid, loads the master page if not redirecciona to the l...
asked by 03.03.2017 / 01:00
1
answer

Modify CSS file from Javascript

Good morning everyone, I'm designing a web in ASP where each user can select a "theme" for the interface (basically, the color of the header and others is red, green or blue). What I do is that each user, from his personal data page, select a...
asked by 21.12.2016 / 14:35
0
answers

Error in file dbmanager_schema.xml

When I try to create a project "ASP.NET" I find the following error. It also happens when I open a project done previously.     
asked by 09.11.2016 / 01:32
1
answer

Convert to popoup partial view

I am working with ASP.NET MVC5, I have an index view in which I have a WebGrid , from which I call my partial view, all the code to call the partial view from the controllers goes well, the problem is that when I call her popoup is not sho...
asked by 17.03.2016 / 23:14
2
answers

Send ArrayListT from android to webservice asp.net

I am working with an asp webservice that receives me as a list parameter, in android I am using the ksoap2 library which does not support sending this type of parametyros without being patched before. Is there an alternative to this library or d...
asked by 02.08.2016 / 16:52