358 reputation
212
bio website jcpwebs.com
location Fairfield, PA
age 27
visits member for 1 year, 3 months
seen 2 days ago
stats profile views 19

I am a Web Developer and enjoy problem solving and finding new and more efficient ways to do things in my code.


May
20
awarded  Benefactor
May
20
accepted Process only works from Web Application when using Local System Application Pool Identity
May
20
answered Process only works from Web Application when using Local System Application Pool Identity
May
20
comment Process only works from Web Application when using Local System Application Pool Identity
Thanks for the help... Speaking with them now about possible resources that may need permissions
May
20
comment Process only works from Web Application when using Local System Application Pool Identity
Thanks for the answer. I gave this a try and still can't get the PGP software to work. I gave the new user rights to the exe and other directories I thought it may need.
May
16
accepted Specify separate web applications within same solution - Visual Studio 2012
May
16
comment Process only works from Web Application when using Local System Application Pool Identity
Also, I have tried granting that user full permissions to the pgp.exe file that I am attempting to execute through the web app.
May
16
comment Process only works from Web Application when using Local System Application Pool Identity
I don't see any errors being reported in the Event Logs.
May
15
comment Specify separate web applications within same solution - Visual Studio 2012
If i do that and say application 2 contains an html link to some file in the Root application Ex: "/somefile.pdf" will it find it? or will the new root be the application 2 directory? Sorry for the simple question, just trying to understand how this works.
May
15
comment Specify separate web applications within same solution - Visual Studio 2012
It is a single project and just one namespace. There are multiple applications within the same project. Since these are unique applications, they have their own directories (App_Code and App_Data) and web.configs
May
15
comment Specify separate web applications within same solution - Visual Studio 2012
Thanks for the solution. I currently have the solution set up with Team Foundation as a source control solution. I wonder if I can make the current folders into separate projects without creating a new solution.
May
15
asked Specify separate web applications within same solution - Visual Studio 2012
May
15
revised Process only works from Web Application when using Local System Application Pool Identity
Added things that I have attempted
May
15
comment Process only works from Web Application when using Local System Application Pool Identity
I have tried giving full permission to IIS_IUSRS and IUSR, but still have the same problem. Updating my question with this information.
May
14
awarded  Promoter
May
10
asked Process only works from Web Application when using Local System Application Pool Identity
May
2
comment Check if TLS 1.0 is enabled on client prior to going to https
@Ramhound It is odd indeed, but it looks like it is the case. The Javascript in the first comment only covered IE7... Thanks for the help and information. It looks like since the connection can't be made, it is not possible to display a message.
May
2
comment Check if TLS 1.0 is enabled on client prior to going to https
@Ramhound I definitely understand what you are saying and is something we are going to have to consider. It looks like IE8 only supports TLS 1.1+ in Win 7+. XP versions of IE8 do not support 1.1 (wiki). Anyone have ideas on how to notify user that they need to have TLS enabled though?
May
2
comment Check if TLS 1.0 is enabled on client prior to going to https
@Ramhound We have thousands of XP users. Should they be forced to use chrome/FF/safari?
May
2
comment Check if TLS 1.0 is enabled on client prior to going to https
We have thousands of users and many use < IE9. If we force 1.1/1.2 then they are out in the cold as I understand it... Correct?